diff --git a/Gemfile b/Gemfile index c400fabc..9b07d0d3 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group(:development, :test) do gem("minitest") gem("minitest-reporters") gem("rake", "~> 13.1") - gem("rubocop", "~> 1.59", require: false) + gem("rubocop", "~> 1.60", require: false) gem("rubocop-shopify", require: false) gem("rubocop-sorbet", require: false) gem("sorbet", ">= 0.5.9204", require: false) diff --git a/Gemfile.lock b/Gemfile.lock index 32196253..e1f7da62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM ruby-progressbar netrc (0.11.0) parallel (1.24.0) - parser (3.2.2.4) + parser (3.3.0.5) ast (~> 2.4.1) racc prettier_print (1.2.1) @@ -31,13 +31,13 @@ GEM racc (1.7.3) rainbow (3.1.1) rake (13.1.0) - regexp_parser (2.8.3) + regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.59.0) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -93,7 +93,7 @@ DEPENDENCIES minitest-reporters rake (~> 13.1) rbi! - rubocop (~> 1.59) + rubocop (~> 1.60) rubocop-shopify rubocop-sorbet sorbet (>= 0.5.9204)