diff --git a/Gemfile b/Gemfile index c483590..26307c3 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,6 @@ gem 'rake', '~> 13.3.0' gem 'rspec', '~> 3.12' -gem 'rubocop', '~> 1.58' +gem 'rubocop', '~> 1.82.1' gem 'rubocop-rails', '~> 2.22' diff --git a/Gemfile.lock b/Gemfile.lock index 249a4ac..cd16153 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ DEPENDENCIES rabbit_carrots! rake (~> 13.3.0) rspec (~> 3.12) - rubocop (~> 1.58) + rubocop (~> 1.82.1) rubocop-rails (~> 2.22) BUNDLED WITH