diff options
| -rw-r--r-- | tool/bundler/rubocop_gems.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tool/bundler/rubocop_gems.rb b/tool/bundler/rubocop_gems.rb index 01159ea876..4d0b21060a 100644 --- a/tool/bundler/rubocop_gems.rb +++ b/tool/bundler/rubocop_gems.rb @@ -2,12 +2,11 @@ source "https://rubygems.org" -gemspec path: "../.." +gem "rubocop", ">= 1.52.1", "< 2" gem "minitest" gem "rake" gem "rake-compiler" gem "rspec" -gem "rubocop", ">= 1.52.1", "< 2" gem "test-unit" gem "rb_sys" |
