Gemfile in statsd-instrument-3.1.2 vs Gemfile in statsd-instrument-3.2.0
- old
+ new
@@ -6,8 +6,8 @@
gem "rake"
gem "minitest"
gem "rspec"
gem "mocha"
gem "yard"
-gem "rubocop", ">= 1.0"
+gem "rubocop", [">= 1.0", "< 1.30"] # TODO: Our cops are broken by rubocop 1.30, we need to figure out why
gem "rubocop-shopify", require: false
gem "benchmark-ips"