Skip to content

Commit

Permalink
Upgrade dependencies (#2512)
Browse files Browse the repository at this point in the history
* Upgrade minitest, rubocop-*, rexml, rbs and sorbet

* Upgrade gem RBIs
  • Loading branch information
vinistock authored Aug 29, 2024
1 parent 2d81704 commit 9372a1e
Show file tree
Hide file tree
Showing 18 changed files with 2,150 additions and 2,049 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ source "https://rubygems.org"
gemspec

gem "bundler", "~> 2.5"
gem "minitest", "~> 5.23"
gem "minitest", "~> 5.25"

group :development do
gem "debug", "~> 1.9", require: false
gem "minitest-reporters", "~> 1.6"
gem "minitest-reporters", "~> 1.7"
gem "mocha", "~> 2.3"
gem "psych", "~> 5.1", require: false
gem "rake", "~> 13.2"
Expand All @@ -19,7 +19,7 @@ group :development do
gem "rubocop-rake", "~> 0.6.0", require: false
gem "rubocop-shopify", "~> 2.15", require: false
gem "rubocop-sorbet", "~> 0.8", require: false
gem "rubocop", "~> 1.64"
gem "rubocop", "~> 1.65"
gem "simplecov", require: false
gem "syntax_tree", ">= 6.1.1", "< 7"

Expand Down
50 changes: 25 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GEM
specs:
ansi (1.5.0)
ast (2.4.2)
builder (3.2.4)
builder (3.3.0)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
Expand All @@ -33,60 +33,60 @@ GEM
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
minitest (5.23.1)
minitest-reporters (1.6.1)
minitest (5.25.1)
minitest-reporters (1.7.1)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
mocha (2.3.0)
ruby2_keywords (>= 0.0.5)
netrc (0.11.0)
parallel (1.24.0)
parser (3.3.2.0)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
prism (0.30.0)
psych (5.1.2)
stringio
racc (1.8.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rbi (0.1.13)
prism (>= 0.18.0, < 1.0.0)
sorbet-runtime (>= 0.5.9204)
rbs (3.5.1)
rbs (3.5.3)
logger
regexp_parser (2.9.2)
reline (0.5.0)
io-console (~> 0.5)
rexml (3.3.4)
rexml (3.3.6)
strscan
rubocop (1.64.1)
rubocop (1.65.1)
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 (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-md (1.2.2)
rubocop (>= 1.0)
rubocop-minitest (0.35.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 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.3)
rubocop (>= 0.90.0)
rubocop-sorbet (0.8.5)
rubocop (>= 1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
Expand All @@ -95,14 +95,14 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet (0.5.11481)
sorbet-static (= 0.5.11481)
sorbet-runtime (0.5.11481)
sorbet-static (0.5.11481-universal-darwin)
sorbet-static (0.5.11481-x86_64-linux)
sorbet-static-and-runtime (0.5.11481)
sorbet (= 0.5.11481)
sorbet-runtime (= 0.5.11481)
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.3.0)
erubi (>= 1.10.0)
prism (>= 0.19.0)
Expand Down Expand Up @@ -138,13 +138,13 @@ PLATFORMS
DEPENDENCIES
bundler (~> 2.5)
debug (~> 1.9)
minitest (~> 5.23)
minitest-reporters (~> 1.6)
minitest (~> 5.25)
minitest-reporters (~> 1.7)
mocha (~> 2.3)
psych (~> 5.1)
rake (~> 13.2)
rdoc!
rubocop (~> 1.64)
rubocop (~> 1.65)
rubocop-md (~> 1.2.0)
rubocop-minitest (~> 0.35.0)
rubocop-rake (~> 0.6.0)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9372a1e

Please sign in to comment.