Skip to content

Commit 7289283

Browse files
committed
Revert rubocop bump to make bundler work in 1.8 and 1.9.2
1 parent e9092ea commit 7289283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group :test do
2323
gem "rest-client", "~> 1.6.0", :platforms => [:jruby, :ruby_18]
2424
gem "rspec", ">= 3"
2525
gem "rspec-mocks", ">= 3"
26-
gem "rubocop", ">= 0.47", :platforms => [:ruby_20, :ruby_21, :ruby_22, :ruby_23, :ruby_24]
26+
gem "rubocop", ">= 0.19", :platforms => [:ruby_20, :ruby_21, :ruby_22, :ruby_23, :ruby_24]
2727
gem "simplecov", ">= 0.9"
2828
gem "term-ansicolor", "~> 1.3.2" # This is to support Ruby 1.8 and 1.9
2929
gem "tins", "< 1.7" # This is to support Ruby 1.8 and 1.9

0 commit comments

Comments
 (0)