sorbet-runtime 0.5.9715 → 0.5.9719

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bac45703b9d074d55ee415a642347d22b2973bfa7f49f26bbe6322d49c3f2a5f
4
- data.tar.gz: 4a932dda0d0b51bf869557b34ef31ecf710d7a6311cc5ff8449ec08d04003737
3
+ metadata.gz: e73382eafffda9651c27161bcb57cb1ed32a53d4d34ca1d7bef56fa97d10c7c7
4
+ data.tar.gz: 7df7b30ab2853e7a5801b5f8848a363b19fc83c690e8056d26a34b7ca81ad821
5
5
  SHA512:
6
- metadata.gz: ac674e9db5862214ad11430f028d3518a7625bef8f3a514eaf9e36e0e43fbf546622564a9040f9c42c8332dad4af66153aa086c53301f1b59afca033a4934970
7
- data.tar.gz: adaf6794c59fb68f8f156d43cbf2581bda630c4117d67e4ad03fa20e576309cbca62760bc8258a8bfb46791afcf8856b6d6f8c96f7533cd57c1e71591b0a9af9
6
+ metadata.gz: c1e9be70f3d382eacfe8e2c156b5760c0f6f3eafac66357db14f104d632fc7ae0b4ae73f5e41382a719880389a533c8c0251261c8fe0ac8a6d995de69fd4d3e8
7
+ data.tar.gz: 10b76469a84837b006cfe80eb3a35596216245f3421199ec9bcdafbd6f0f5e36a95c1ade1657415c0d6c3ea6962832b8ed161ebb683b4e921c881311b04fc6a3
@@ -103,6 +103,12 @@ class T::Private::Methods::Signature
103
103
  if @arg_types.length > @req_arg_count
104
104
  # Note that this is actually is supported by Ruby, but it would add complexity to
105
105
  # support it here, and I'm happy to discourage its use anyway.
106
+ #
107
+ # If you are seeing this error and surprised by it, it's possible that you have
108
+ # overridden the method described in the error message. For example, Rails defines
109
+ # def self.update!(id = :all, attributes)
110
+ # on AR models. If you have also defined `self.update!` on an AR model you might
111
+ # see this error. The simplest resolution is to rename your method.
106
112
  raise "Required params after optional params are not supported in method declarations. Method: #{method_desc}"
107
113
  end
108
114
  @arg_types << [param_name, type]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sorbet-runtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.9715
4
+ version: 0.5.9719
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-02 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest