diff --git a/Gemfile b/Gemfile index 2c0f0d29..c863a8cb 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ group :development, :test do gem 'graphiql-rails' gem 'rspec-its' gem 'rspec-rails' - gem 'rubocop', '~> 1.61', require: false + gem 'rubocop', '~> 1.62', require: false gem 'rubocop-rails', '~> 2.24', require: false gem 'rubocop-rspec', require: false gem 'simplecov', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9bba66fc..6e18cc11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -299,7 +299,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.61.0) + rubocop (1.62.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -307,7 +307,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.1) @@ -427,7 +427,7 @@ DEPENDENCIES redis (~> 5.1) rspec-its rspec-rails - rubocop (~> 1.61) + rubocop (~> 1.62) rubocop-rails (~> 2.24) rubocop-rspec selenium-webdriver