Skip to content

Commit

Permalink
Lock rubocop dependency to ~> 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jun 7, 2015
1 parent a73c025 commit a26b643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ group :test do
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18]
gem 'rspec', '>= 2.14'
gem 'rubocop', '>= 0.25', :platforms => [:ruby_19, :ruby_20, :ruby_21]
gem 'rubocop', '~> 0.31.0', :platforms => [:ruby_19, :ruby_20, :ruby_21]
end

0 comments on commit a26b643

Please sign in to comment.