Skip to content

Commit

Permalink
new cucumber-rails version depends on new capybara gem
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuity committed May 19, 2011
1 parent 322687b commit 60d3ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.textile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ h1. CHANGELOG
h2. 1.0.1 May 19, 2011

* bugfix for jquery recipe
* new gem versions: devise, bson_ext, devise, cucumber-rails, rspec-rails
* new gem versions: devise, bson_ext, rspec-rails, cucumber-rails, capybara

h2. 1.0.0 May 17, 2011

Expand Down
2 changes: 1 addition & 1 deletion recipes/cucumber.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

if config['cucumber']
gem 'cucumber-rails', ">= 0.5.0", :group => :test
gem 'capybara', ">= 0.4.1.2", :group => :test
gem 'capybara', ">= 1.0.0.beta1", :group => :test
gem 'database_cleaner', '>= 0.6.7', :group => :test
gem 'launchy', ">= 0.4.0", :group => :test
else
Expand Down

0 comments on commit 60d3ba3

Please sign in to comment.