Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
dependency has been renamed
Browse files Browse the repository at this point in the history
In
rubocop/rubocop@ff167d8
the Rubocop class was renamed to RuboCop with no backwards compat
handling.
  • Loading branch information
miketheman committed Jul 1, 2014
1 parent f15243c commit 7bac832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

group :lint do
gem 'foodcritic', '~> 3.0'
gem 'rubocop', '~> 0.19'
gem 'rubocop', '~> 0.24'
end

group :unit do
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'kitchen'
# Style tests. Rubocop and Foodcritic
namespace :style do
desc 'Run Ruby style checks'
Rubocop::RakeTask.new(:ruby)
RuboCop::RakeTask.new(:ruby)

desc 'Run Chef style checks'
FoodCritic::Rake::LintTask.new(:chef) do |t|
Expand Down

0 comments on commit 7bac832

Please sign in to comment.