Skip to content

Commit

Permalink
fix rubocop version
Browse files Browse the repository at this point in the history
  • Loading branch information
masa21kik committed Jun 4, 2014
1 parent b3d0989 commit 454c078
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 json_cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,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 454c078

Please sign in to comment.