Skip to content

Commit

Permalink
Constrain Rake version so gem is happy
Browse files Browse the repository at this point in the history
Eliminates a warning (and probably makes things more reliable in
future).
  • Loading branch information
threedaymonk committed Jun 23, 2014
1 parent 2628004 commit e8f6b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text.gemspec
Expand Up @@ -14,5 +14,5 @@ gemspec = Gem::Specification.new do |s|
s.authors = ['Paul Battley', 'Michael Neumann', 'Tim Fletcher']
s.email = "pbattley@gmail.com"
s.license = "MIT"
s.add_development_dependency "rake"
s.add_development_dependency "rake", "~> 10.0"
end

0 comments on commit e8f6b67

Please sign in to comment.