Skip to content

Commit

Permalink
Don't require rake 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Jan 14, 2012
1 parent 6d8b62f commit 17b3923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.rb
Expand Up @@ -25,7 +25,7 @@ def camping_spec

s.add_dependency('rack', '>=1.0')
s.add_dependency('mab')
s.add_development_dependency('rake', '=0.8.7')
s.add_development_dependency('rake')
s.add_development_dependency('rack-test')
s.required_ruby_version = '>= 1.8.2'

Expand Down

0 comments on commit 17b3923

Please sign in to comment.