Skip to content

Commit

Permalink
Fix rubocop regression
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhem committed Jun 3, 2014
1 parent 934d867 commit afd95cf
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 @@ -5,7 +5,7 @@ gem 'berkshelf', '~> 2.0.10'

group :test do
gem 'foodcritic', '~> 3.0'
gem 'rubocop', '~> 0.20'
gem 'rubocop', '~> 0.23.0'
end

group :integration do
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ namespace :style do
begin
require 'rubocop/rake_task'
desc 'Run Ruby style checks'
Rubocop::RakeTask.new(:ruby)
RuboCop::RakeTask.new(:ruby)
rescue LoadError
puts '>>>>> Rubocop gem not loaded, omitting tasks' unless ENV['CI']
end
Expand Down

0 comments on commit afd95cf

Please sign in to comment.