diff --git a/Gemfile b/Gemfile index 515b2330..05906feb 100644 --- a/Gemfile +++ b/Gemfile @@ -90,6 +90,6 @@ group :development, :test do gem 'sqlite3', '~> 1.3.13' gem 'terminal-notifier-guard', require: darwin_only('terminal-notifier-guard') gem 'timecop' - gem 'rubocop', require: false - gem 'rubocop-rspec' + gem 'rubocop', '>= 0.85.1', require: false + gem 'rubocop-rspec', '>= 1.40.0' end