Skip to content

Commit

Permalink
Require not allowed in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Sep 21, 2015
1 parent abeaf01 commit 7ce5313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_fame.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Generates data like:

gem.add_development_dependency("rspec")
gem.add_development_dependency("rake")
gem.add_development_dependency("coveralls", require: false)
gem.add_development_dependency("coveralls")
gem.required_ruby_version = ">= 1.9.2"
end

0 comments on commit 7ce5313

Please sign in to comment.