diff --git a/Gemfile b/Gemfile index 7bd1f03..470b237 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ group :test do end group :lint do - gem 'rubocop', '~> 1.81.0' + gem 'rubocop', '~> 1.82.0' gem 'rubocop-packaging', '~> 0.6.0' gem 'rubocop-performance', '~> 1.0' gem 'rubocop-rspec', '~> 3.0'