summaryrefslogtreecommitdiff
path: root/tool/bundler/rubocop_gems.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/bundler/rubocop_gems.rb')
-rw-r--r--tool/bundler/rubocop_gems.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool/bundler/rubocop_gems.rb b/tool/bundler/rubocop_gems.rb
index 84cb226330..4d0b21060a 100644
--- a/tool/bundler/rubocop_gems.rb
+++ b/tool/bundler/rubocop_gems.rb
@@ -2,10 +2,11 @@
source "https://rubygems.org"
-gem "rubocop", "~> 1.7"
+gem "rubocop", ">= 1.52.1", "< 2"
gem "minitest"
gem "rake"
gem "rake-compiler"
gem "rspec"
gem "test-unit"
+gem "rb_sys"