diff --git a/Gemfile b/Gemfile index a86b17cf..c7c634e9 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development do gem 'rake', '>= 13' gem 'rspec', '~> 3.13.0' - gem 'rubocop', '~> 1.73.0' + gem 'rubocop', '~> 1.74.0' gem 'rubocop-performance', '~> 1.24.0' gem 'rubocop-rake', '~> 0.7.1' gem 'rubocop-rspec', '~> 3.5.0'