Skip to content

Commit

Permalink
update rubocop gem to ~> 0.23
Browse files Browse the repository at this point in the history
module Rubocop was renamed to RuboCop!
  • Loading branch information
masa21kik committed Jun 3, 2014
1 parent 6ae89bc commit 5726208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ task :flog do
end
end

Rubocop::RakeTask.new do |task|
RuboCop::RakeTask.new do |task|
task.patterns = %w(lib/**/*.rb
spec/**/*.rb
Rakefile
Expand Down
2 changes: 1 addition & 1 deletion csvconv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'flay'
spec.add_development_dependency 'flog'
spec.add_development_dependency 'reek'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'rubocop', '~> 0.23'
end

0 comments on commit 5726208

Please sign in to comment.