diff --git a/sub-project/Gemfile b/sub-project/Gemfile index 85f78a68..ed195acf 100644 --- a/sub-project/Gemfile +++ b/sub-project/Gemfile @@ -30,8 +30,8 @@ group :test do gem 'git' gem 'octokit' gem 'pry' - gem 'rubocop' - gem 'rubocop-performance' + gem 'rubocop', '>= 1.3.1' + gem 'rubocop-performance', '>= 1.9.0' gem 'test-unit' end group :local do