diff --git a/Gemfile b/Gemfile index 195d0dee..9d3bcfde 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.57" + gem "rubocop", "~> 1.58" gem "rubocop-rails", "~> 2.22" gem "shoulda-matchers", "~> 5.3" gem "simplecov", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 328e9cd1..60ae0ded 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -222,7 +222,7 @@ GEM ruby-vips (>= 2.0.17, < 3) jsbundling-rails (1.2.1) railties (>= 6.0.0) - json (2.6.3) + json (2.7.1) json-schema (4.1.1) addressable (>= 2.8) jwt (2.7.1) @@ -352,7 +352,7 @@ GEM rake (13.1.0) redcarpet (3.6.0) redis (4.8.1) - regexp_parser (2.8.2) + regexp_parser (2.8.3) request_store (1.5.1) rack (>= 1.4) responders (3.1.1) @@ -401,7 +401,7 @@ GEM rspec-mocks (~> 3.0) sidekiq (>= 5, < 8) rspec-support (3.12.1) - rubocop (1.57.2) + rubocop (1.58.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -409,7 +409,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) @@ -569,7 +569,7 @@ DEPENDENCIES rspec-mocks rspec-rails (~> 6.1) rspec-sidekiq (~> 4.1) - rubocop (~> 1.57) + rubocop (~> 1.58) rubocop-rails (~> 2.22) rubyzip (~> 2.3) sanitize