Skip to content

Commit

Permalink
Merge pull request #750 from intridea/rubocop
Browse files Browse the repository at this point in the history
Update RuboCop to >=0.23
  • Loading branch information
Tom Milewski committed Jun 11, 2014
2 parents 8ede77f + 57f2d79 commit cf9b53e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -25,7 +25,7 @@ group :test do
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
gem 'rack-test'
gem 'rspec', '~> 3.0'
gem 'rubocop', '>= 0.22', :platforms => [:ruby_19, :ruby_20, :ruby_21]
gem 'rubocop', '>= 0.23', :platforms => [:ruby_19, :ruby_20, :ruby_21]
gem 'simplecov', :require => false
end

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rack-1.3.x
Expand Up @@ -11,7 +11,7 @@ group :test do
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
gem 'rack-test'
gem 'rspec', '>= 2.14'
gem 'rubocop', '>= 0.16', :platforms => [:ruby_19, :ruby_20, :ruby_21]
gem 'rubocop', '>= 0.23', :platforms => [:ruby_19, :ruby_20, :ruby_21]
gem 'simplecov', :require => false
end

Expand Down

0 comments on commit cf9b53e

Please sign in to comment.