sorbet 0.4.5051 → 0.4.5079

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: 77f3e79bc669f0ca96ad5cbda594301bd9b244fc
4
- data.tar.gz: 7b5242b3a94b995fa9eb97a47447b1da22a9a9b1
3
+ metadata.gz: 18dabc65611f80e299f96175a461e8c68b22dbe7
4
+ data.tar.gz: 5999048d82fff0173f16f74031b486d1b7fd44dd
5
5
  SHA512:
6
- metadata.gz: 1c86ed20641f54b9d94b8dfe286ba9135814cf8e5d67d1b923db9d14495c76e8d9e8fde997d4c423d9c9d61d9a459eb030a129c65f2da215d67fa17ba84be119
7
- data.tar.gz: e1f08c525b7a77160aa7d0099bc282b6876e70ef7f0d7f764bcf3e0f496d41d957d5939fcbfd9f65e9988b44e307b74775ab9ae4276c4f2f60d41a5ea3ef71bd
6
+ metadata.gz: a6237b813cff81da8e4985755932dc9b9b6423cfed46ca5427d5dd58b65b4feb829fc0b0960c20abe741beb90c38bc6edabfe971f7782f19a3b3e58a62655a85
7
+ data.tar.gz: 2d2872ec6ee908c460eaade4a8ca3531e37360916e4a5283ac639fac3f2a7d8c2e8709feda989988d8be54272c486cce507243b131fb39ce90c57c774c8e502e
@@ -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.5051
4
+ version: 0.4.5079
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-21 00:00:00.000000000 Z
11
+ date: 2019-11-28 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.5051
19
+ version: 0.4.5079
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.5051
26
+ version: 0.4.5079
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement