diff --git a/Gemfile b/Gemfile index 6fd0bcf7..3aeca10f 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec group :development do gem 'rake', '>= 13.0.0' gem 'rspec', '~> 3.12.0' - gem 'rubocop', '~> 1.56.0' + gem 'rubocop', '~> 1.57.0' gem 'rubocop-performance', '~> 1.19.0' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 2.24.0'