diff --git a/Gemfile b/Gemfile index 5f9e315..8414bff 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ group :development, :test do gem 'byebug' gem 'rspec', '~> 3.7' gem 'rubocop', '1.61.0' - gem 'rubocop-rspec', '3.0.3' + gem 'rubocop-rspec', '3.6.0' gem 'simplecov', '~> 0.16' end