diff --git a/config/environments/cucumber.rb b/config/environments/cucumber.rb index 34ad420..5dfe542 100644 --- a/config/environments/cucumber.rb +++ b/config/environments/cucumber.rb @@ -18,11 +18,9 @@ config.action_mailer.delivery_method = :test # rake gems:install RAILS_ENV=cucumber config.gem "cucumber", - :lib => false, - :version => "= 0.3.11" + :version => "0.3.11" config.gem "webrat", - :lib => false, - :version => "= 0.4.4" + :version => "0.4.4" require 'rubygems' require 'factory_girl' diff --git a/config/environments/test.rb b/config/environments/test.rb index f64806b..ecda6d3 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -23,17 +23,17 @@ config.action_mailer.delivery_method = :test # rake gems:install RAILS_ENV=test -config.gem 'jferris-mocha', +config.gem 'jferris-mocha', :version => '0.9.5.0.1241126838', - :source => 'http://gems.github.com', + :source => 'http://gems.github.com', :lib => 'mocha' config.gem 'thoughtbot-factory_girl', - :lib => 'factory_girl', - :source => 'http://gems.github.com', + :lib => 'factory_girl', + :source => 'http://gems.github.com', :version => '>= 1.2.0' -config.gem 'thoughtbot-shoulda', - :lib => 'shoulda', - :source => 'http://gems.github.com', +config.gem 'thoughtbot-shoulda', + :lib => 'shoulda', + :source => 'http://gems.github.com', :version => '>= 2.10.1' HOST = 'localhost' -- libgit2 0.21.2