Rakefile in hydra-0.19.4 vs Rakefile in hydra-0.20.0

- old
+ new

@@ -10,10 +10,10 @@ gem.email = "nick@smartlogicsolutions.com" gem.homepage = "http://github.com/ngauthier/hydra" gem.authors = ["Nick Gauthier"] gem.add_development_dependency "shoulda", "= 2.10.3" gem.add_development_dependency "rspec", "= 1.3.0" - gem.add_development_dependency "cucumber", "= 0.7.2" + gem.add_development_dependency "cucumber", "= 0.8.5" gem.add_development_dependency "therubyracer", "= 0.7.4" end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"