Skip to content

Commit

Permalink
Merge pull request #363 from Shopify/dependabot/bundler/minor-and-pat…
Browse files Browse the repository at this point in the history
…ch-2755e4e221

Bump the minor-and-patch group with 3 updates
  • Loading branch information
github-actions[bot] authored Sep 2, 2024
2 parents 24ed988 + f13f61a commit 0abaced
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group(:development, :test) do
gem("minitest")
gem("minitest-reporters")
gem("rake", "~> 13.2")
gem("rubocop", "~> 1.65", require: false)
gem("rubocop", "~> 1.66", require: false)
gem("rubocop-shopify", require: false)
gem("rubocop-sorbet", require: false)
gem("sorbet", ">= 0.5.9204", require: false)
Expand Down
30 changes: 13 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,48 +23,44 @@ GEM
ruby-progressbar
netrc (0.11.0)
parallel (1.26.3)
parser (3.3.4.0)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
prism (1.0.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rubocop (1.65.1)
rubocop (1.66.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.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-shopify (2.15.1)
rubocop (~> 1.51)
rubocop-sorbet (0.8.5)
rubocop (>= 1)
ruby-progressbar (1.13.0)
sorbet (0.5.11545)
sorbet-static (= 0.5.11545)
sorbet-runtime (0.5.11545)
sorbet-static (0.5.11545-universal-darwin)
sorbet-static (0.5.11545-x86_64-linux)
sorbet-static-and-runtime (0.5.11545)
sorbet (= 0.5.11545)
sorbet-runtime (= 0.5.11545)
sorbet (0.5.11553)
sorbet-static (= 0.5.11553)
sorbet-runtime (0.5.11553)
sorbet-static (0.5.11553-universal-darwin)
sorbet-static (0.5.11553-x86_64-linux)
sorbet-static-and-runtime (0.5.11553)
sorbet (= 0.5.11553)
sorbet-runtime (= 0.5.11553)
spoom (1.4.2)
erubi (>= 1.10.0)
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
strscan (3.1.0)
tapioca (0.16.2)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
Expand Down Expand Up @@ -93,7 +89,7 @@ DEPENDENCIES
minitest-reporters
rake (~> 13.2)
rbi!
rubocop (~> 1.65)
rubocop (~> 1.66)
rubocop-shopify
rubocop-sorbet
sorbet (>= 0.5.9204)
Expand Down

0 comments on commit 0abaced

Please sign in to comment.