Skip to content

Commit fb77743

Browse files
committed
Rubocop doesn't support Ruby 1.9 anymore
1 parent 6f4631d commit fb77743

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
@@ -25,7 +25,7 @@ group :test do
2525
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
2626
gem 'rspec', '>= 3'
2727
gem 'rspec-mocks', '>= 3'
28-
gem 'rubocop', '>= 0.19', :platforms => [:ruby_19, :ruby_20, :ruby_21]
28+
gem 'rubocop', '>= 0.19', :platforms => [:ruby_20, :ruby_21]
2929
gem 'simplecov', '>= 0.9'
3030
gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18]
3131
end

0 commit comments

Comments
 (0)