sorbet 0.4.5072 → 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: f2448edd7de28e85b085ca9aa017536baef711c4
4
- data.tar.gz: 3ea00e2852c3e3f3834e0e0344400a39d11c5d95
3
+ metadata.gz: 18dabc65611f80e299f96175a461e8c68b22dbe7
4
+ data.tar.gz: 5999048d82fff0173f16f74031b486d1b7fd44dd
5
5
  SHA512:
6
- metadata.gz: b317aed59689e0385244178b0ea8e481c9f90553f733c76ff1379c4adad42d507d09d1a3dd96a48f2d6f2261c8a178f177b6c4837de854d7f926b049b3738e07
7
- data.tar.gz: afcf0c7cf568f11b4fbad48d7c06a9de61ff4ee8d1b72a04f7160549699fb7fe0fd3f1c66c826bb99e877fed1aa37451725e479edb607ce378379cb88b64334b
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.5072
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-27 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.5072
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.5072
26
+ version: 0.4.5079
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement