Skip to content

Commit

Permalink
Bump gems and their rbis (#59)
Browse files Browse the repository at this point in the history
* Bump gems and their rbis

* Adopt pop_result test API

* Test against Ruby 3.4 too
  • Loading branch information
st0012 authored Jan 25, 2025
1 parent f2e4170 commit 8d93e51
Show file tree
Hide file tree
Showing 24 changed files with 5,854 additions and 2,946 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
ruby:
- "3.4"
- "3.3"
- "3.2"
- "3.1"
Expand Down
45 changes: 26 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,42 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
benchmark (0.4.0)
date (3.4.1)
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.1)
erubi (1.13.1)
io-console (0.8.0)
irb (1.14.3)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.4)
logger (1.6.5)
netrc (0.11.0)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
prism (1.3.0)
psych (5.2.2)
psych (5.2.3)
date
stringio
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rbi (0.2.2)
rbi (0.2.4)
prism (~> 1.0)
sorbet-runtime (>= 0.5.9204)
rbs (3.8.1)
logger
rdoc (6.10.0)
rdoc (6.11.0)
psych (>= 4.0.0)
regexp_parser (2.10.0)
reline (0.6.0)
Expand All @@ -56,7 +61,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -74,27 +79,29 @@ GEM
rubocop (~> 1.51)
rubocop-sorbet (0.8.7)
rubocop (>= 1)
ruby-lsp (0.23.1)
ruby-lsp (0.23.6)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
sorbet (0.5.11725)
sorbet-static (= 0.5.11725)
sorbet-runtime (0.5.11725)
sorbet-static (0.5.11725-universal-darwin)
sorbet-static (0.5.11725-x86_64-linux)
sorbet-static-and-runtime (0.5.11725)
sorbet (= 0.5.11725)
sorbet-runtime (= 0.5.11725)
spoom (1.5.0)
sorbet (0.5.11781)
sorbet-static (= 0.5.11781)
sorbet-runtime (0.5.11781)
sorbet-static (0.5.11781-universal-darwin)
sorbet-static (0.5.11781-x86_64-linux)
sorbet-static-and-runtime (0.5.11781)
sorbet (= 0.5.11781)
sorbet-runtime (= 0.5.11781)
spoom (1.5.2)
erubi (>= 1.10.0)
prism (>= 0.28.0)
rbi (>= 0.2.3)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
stringio (3.1.2)
tapioca (0.16.6)
tapioca (0.16.8)
benchmark
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand All @@ -104,7 +111,7 @@ GEM
thor (>= 1.2.0)
yard-sorbet
thor (1.3.2)
unicode-display_width (3.1.3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
yard (0.9.37)
Expand Down
Loading

0 comments on commit 8d93e51

Please sign in to comment.