Skip to content

Commit

Permalink
Revert Sorbet upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcgibbon committed Feb 16, 2024
1 parent e70ca76 commit deaef39
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,16 @@ GEM
method_source (>= 0.6.7)
rake (>= 0.9.2.2)
method_source (1.0.0)
mini_portile2 (2.8.5)
minitest (5.16.2)
minitest-focus (1.3.1)
minitest (>= 4, < 6)
mocha (1.14.0)
netrc (0.11.0)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.2.0)
Expand Down Expand Up @@ -128,14 +130,22 @@ GEM
syntax_tree (>= 2.4)
ruby-progressbar (1.11.0)
smart_properties (1.17.0)
sorbet (0.5.11258)
sorbet-static (= 0.5.11258)
sorbet-runtime (0.5.11258)
sorbet-static (0.5.11258-universal-darwin)
sorbet-static (0.5.11258-x86_64-linux)
sorbet-static-and-runtime (0.5.11258)
sorbet (= 0.5.11258)
sorbet-runtime (= 0.5.11258)
sorbet (0.5.10313)
sorbet-static (= 0.5.10313)
sorbet-runtime (0.5.10313)
sorbet-static (0.5.10313-universal-darwin-14)
sorbet-static (0.5.10313-universal-darwin-15)
sorbet-static (0.5.10313-universal-darwin-16)
sorbet-static (0.5.10313-universal-darwin-17)
sorbet-static (0.5.10313-universal-darwin-18)
sorbet-static (0.5.10313-universal-darwin-19)
sorbet-static (0.5.10313-universal-darwin-20)
sorbet-static (0.5.10313-universal-darwin-21)
sorbet-static (0.5.10313-universal-darwin-22)
sorbet-static (0.5.10313-x86_64-linux)
sorbet-static-and-runtime (0.5.10313)
sorbet (= 0.5.10313)
sorbet-runtime (= 0.5.10313)
spoom (1.1.11)
sorbet (>= 0.5.9204)
sorbet-runtime (>= 0.5.9204)
Expand Down Expand Up @@ -170,7 +180,6 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-23
x86_64-darwin
x86_64-darwin-20
x86_64-linux
Expand Down

0 comments on commit deaef39

Please sign in to comment.