diff --git a/Gemfile b/Gemfile index bf1e00f1..1e7aa929 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ group :development, :test do gem "rspec-mocks" gem "rspec-rails", "~> 6.1" gem "rspec-sidekiq", "~> 4.1", require: false - gem "rubocop", "~> 1.62" + gem "rubocop", "~> 1.63" gem "rubocop-rails", "~> 2.24" gem "shoulda-matchers", "~> 6.2" gem "simplecov", require: false diff --git a/Gemfile.lock b/Gemfile.lock index a5dabd90..635704a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM ruby-vips (>= 2.0.17, < 3) jsbundling-rails (1.3.0) railties (>= 6.0.0) - json (2.7.1) + json (2.7.2) json-schema (4.3.0) addressable (>= 2.8) jwt (2.8.1) @@ -409,7 +409,7 @@ GEM rspec-mocks (~> 3.0) sidekiq (>= 5, < 8) rspec-support (3.13.1) - rubocop (1.62.1) + rubocop (1.63.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -588,7 +588,7 @@ DEPENDENCIES rspec-mocks rspec-rails (~> 6.1) rspec-sidekiq (~> 4.1) - rubocop (~> 1.62) + rubocop (~> 1.63) rubocop-rails (~> 2.24) rubyzip (~> 2.3) sanitize