Rakefile in hydra-0.22.2 vs Rakefile in hydra-0.23.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", "= 2.0.0.beta.19" - gem.add_development_dependency "cucumber", "= 0.8.5" + gem.add_development_dependency "cucumber", "= 0.9.2" 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"