Skip to content

Commit

Permalink
Merge pull request #3 from olivierbellone/olivier-bump-deps
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
olivierbellone authored Nov 9, 2024
2 parents ec12292 + 9a5356e commit 2c20cfd
Show file tree
Hide file tree
Showing 24 changed files with 12,469 additions and 25,690 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.5
60 changes: 28 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ GEM
docile (1.4.1)
erubi (1.13.0)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
json (2.8.1)
language_server-protocol (3.17.0.3)
minitest (5.25.1)
minitest-reporters (1.7.1)
Expand All @@ -30,74 +30,70 @@ GEM
ruby-progressbar
netrc (0.11.0)
parallel (1.26.3)
parser (3.3.4.2)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
prism (1.0.0)
psych (5.1.2)
prism (1.2.0)
psych (5.2.0)
stringio
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rbi (0.2.0)
rbi (0.2.1)
prism (~> 1.0)
sorbet-runtime (>= 0.5.9204)
rdoc (6.7.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.11)
io-console (~> 0.5)
rexml (3.3.6)
strscan
rubocop (1.65.1)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
rubocop-ast (1.34.1)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.1)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
rubocop-sorbet (0.8.5)
rubocop-sorbet (0.8.7)
rubocop (>= 1)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sorbet (0.5.11551)
sorbet-static (= 0.5.11551)
sorbet-runtime (0.5.11551)
sorbet-static (0.5.11551-universal-darwin)
sorbet-static (0.5.11551-x86_64-linux)
sorbet-static-and-runtime (0.5.11551)
sorbet (= 0.5.11551)
sorbet-runtime (= 0.5.11551)
spoom (1.4.2)
sorbet (0.5.11645)
sorbet-static (= 0.5.11645)
sorbet-runtime (0.5.11645)
sorbet-static (0.5.11645-universal-darwin)
sorbet-static (0.5.11645-x86_64-linux)
sorbet-static-and-runtime (0.5.11645)
sorbet (= 0.5.11645)
sorbet-runtime (= 0.5.11645)
spoom (1.5.0)
erubi (>= 1.10.0)
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
stringio (3.1.1)
strscan (3.1.0)
tapioca (0.16.2)
stringio (3.1.2)
tapioca (0.16.4)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand All @@ -107,8 +103,8 @@ GEM
thor (>= 1.2.0)
yard-sorbet
thor (1.3.2)
unicode-display_width (2.5.0)
yard (0.9.36)
unicode-display_width (2.6.0)
yard (0.9.37)
yard-doctest (0.1.17)
minitest
yard
Expand Down Expand Up @@ -143,4 +139,4 @@ DEPENDENCIES
yard-sorbet

BUNDLED WITH
2.5.18
2.5.23
Loading

0 comments on commit 2c20cfd

Please sign in to comment.