diff --git a/Gemfile b/Gemfile index 09ced8d..0d2a0f5 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development, :test do gem 'rails' gem 'rake', '~> 13.0' gem 'rspec', '~> 3.11' - gem 'rubocop', '0.92.0' + gem 'rubocop', '1.7.0' gem 'rubocop-performance' gem 'rubocop-rspec' gem 'solargraph'