sorbet 0.4.5055 → 0.4.5083

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
  SHA1:
3
- metadata.gz: a8dc7eac9c21225ed7b5e21a3f8277c04181ec61
4
- data.tar.gz: ee3bd1a94481e40a6562592955d868d95f311037
3
+ metadata.gz: 5b2801a76443b2c318ee67985f46451349b0a692
4
+ data.tar.gz: 856a3f1c9cd92910d23b5c250cd93e3614aaaec4
5
5
  SHA512:
6
- metadata.gz: 49fc8673ef2778415bf0164a3b83b12b3b9aa05a9dbd74c5f8066123437a350bae6503b396818d15d91ad0c0adbcd601b6364977661ed31cd174e6099fa0b7b2
7
- data.tar.gz: feaaa2ca6463f0f98764831b765643dbcc2aa57ec8abfff7f87452829c57e93a53e1cdf3351226918c895e2486c35323b263c805e207937b35259c2197b2d929
6
+ metadata.gz: 474d9d7d288bc670316496d5e7baef7a77598b28849816fd5b4beafd43926b0428c58a5f339709b8f5cd533d207a2eb6f364045a9744dbe3ef19ea658a96142d
7
+ data.tar.gz: 4afc34473d410764820d9724b830ac746f497bdbc474e67297b21a8923d0a8905b288d01855d6daf78fd44e5943d2647736e922296eae9f6f1351004d22b84e7
@@ -16,12 +16,17 @@ module Sorbet::Private
16
16
  class TracepointSerializer
17
17
  SPECIAL_METHOD_NAMES = %w[! ~ +@ ** -@ * / % + - << >> & | ^ < <= => > >= == === != =~ !~ <=> [] []= `]
18
18
 
19
- # These methods don't match the signatures of their parents, so if we let
20
- # them monkeypatch, they won't be subtypes anymore. Just don't support the
21
- # bad monkeypatches.
22
19
  BAD_METHODS = [
20
+ # These methods don't match the signatures of their parents, so if we let
21
+ # them monkeypatch, they won't be subtypes anymore. Just don't support the
22
+ # bad monkeypatches.
23
23
  ['activesupport', 'Time', :to_s],
24
24
  ['activesupport', 'Time', :initialize],
25
+
26
+ # These methods cause TracepointSerializer to hang the Ruby process when
27
+ # running Ruby 2.3. See https://github.com/sorbet/sorbet/issues/1145
28
+ ['activesupport', 'ActiveSupport::Deprecation', :new],
29
+ ['activesupport', 'ActiveSupport::Deprecation', :allocate],
25
30
  ]
26
31
 
27
32
  HEADER = Sorbet::Private::Serialize.header('true', 'gems')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sorbet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5055
4
+ version: 0.4.5083
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-22 00:00:00.000000000 Z
11
+ date: 2019-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sorbet-static
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.4.5055
19
+ version: 0.4.5083
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.4.5055
26
+ version: 0.4.5083
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement