Skip to content

Commit

Permalink
Bump typecheck dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Dec 21, 2024
1 parent a08cde8 commit 5870909
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions gemfiles/typecheck/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.0.1)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -20,27 +20,28 @@ GEM
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
csv (3.3.2)
drb (2.2.1)
erubi (1.13.0)
ffi (1.17.0)
erubi (1.13.1)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
fileutils (1.7.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.2)
logger (1.6.4)
minitest (5.25.4)
netrc (0.11.0)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
prism (1.2.0)
prism (1.3.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
Expand All @@ -49,30 +50,30 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbi (0.2.1)
rbi (0.2.2)
prism (~> 1.0)
sorbet-runtime (>= 0.5.9204)
rbs (3.7.0)
logger
ruby_parser (3.21.1)
racc (~> 1.5)
sexp_processor (~> 4.16)
securerandom (0.4.0)
securerandom (0.4.1)
sexp_processor (4.17.3)
sorbet (0.5.11690)
sorbet-static (= 0.5.11690)
sorbet-runtime (0.5.11690)
sorbet-static (0.5.11690-universal-darwin)
sorbet-static (0.5.11690-x86_64-linux)
sorbet-static-and-runtime (0.5.11690)
sorbet (= 0.5.11690)
sorbet-runtime (= 0.5.11690)
sorbet (0.5.11708)
sorbet-static (= 0.5.11708)
sorbet-runtime (0.5.11708)
sorbet-static (0.5.11708-universal-darwin)
sorbet-static (0.5.11708-x86_64-linux)
sorbet-static-and-runtime (0.5.11708)
sorbet (= 0.5.11708)
sorbet-runtime (= 0.5.11708)
spoom (1.5.0)
erubi (>= 1.10.0)
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
steep (1.9.1)
steep (1.9.2)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
Expand All @@ -87,7 +88,8 @@ GEM
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
strscan (3.1.0)
uri (>= 0.12.0)
strscan (3.1.2)
tapioca (0.16.5)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
Expand Down

0 comments on commit 5870909

Please sign in to comment.