diff --git a/Gemfile b/Gemfile index fb875aa..73b105e 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ group :development, :test do gem 'ffaker' gem 'parser', '~> 3.3.0' gem 'rspec-rails', '~> 6.1' - gem 'rubocop', '~> 1.62' + gem 'rubocop', '~> 1.63' gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 9586c06..c110e41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM jquery-turbolinks (2.1.0) railties (>= 3.1.0) turbolinks - json (2.7.1) + json (2.7.2) json_schemer (0.2.25) ecma-re-validator (~> 0.3) hana (~> 1.3) @@ -248,7 +248,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.62.1) + rubocop (1.63.4) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -351,7 +351,7 @@ DEPENDENCIES rails_12factor ranked-model rspec-rails (~> 6.1) - rubocop (~> 1.62) + rubocop (~> 1.63) rubocop-rails sass-rails (~> 5.1) sentry-rails