diff --git a/Gemfile b/Gemfile index a1f731b3..dd509db3 100644 --- a/Gemfile +++ b/Gemfile @@ -92,7 +92,7 @@ group :development, :test do gem "rspec-mocks" gem "rspec-rails", "~> 6.1" gem "rspec-sidekiq", "~> 4.1", require: false - gem "rubocop", "~> 1.58" + gem "rubocop", "~> 1.59" gem "rubocop-rails", "~> 2.23" gem "shoulda-matchers", "~> 5.3" gem "simplecov", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1cc0259f..0dc74f23 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -403,7 +403,7 @@ GEM rspec-mocks (~> 3.0) sidekiq (>= 5, < 8) rspec-support (3.12.1) - rubocop (1.58.0) + rubocop (1.59.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -571,7 +571,7 @@ DEPENDENCIES rspec-mocks rspec-rails (~> 6.1) rspec-sidekiq (~> 4.1) - rubocop (~> 1.58) + rubocop (~> 1.59) rubocop-rails (~> 2.23) rubyzip (~> 2.3) sanitize