Skip to content

Commit

Permalink
update gem 'capybara' from 1.1.1 to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKehoe committed Nov 16, 2011
1 parent 9d6c9e5 commit 78ddb3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rails3-devise-rspec-cucumber-template.rb
Expand Up @@ -372,7 +372,7 @@ def before_config(&block); @before_configs[@current_recipe] = block; end
else
# for Rails 3.1+, use optimistic versioning for gems
gem 'cucumber-rails', '>= 1.2.0', :group => :test
gem 'capybara', '>= 1.1.1', :group => :test
gem 'capybara', '>= 1.1.2', :group => :test
gem 'database_cleaner', '>= 0.6.7', :group => :test
gem 'launchy', '>= 2.0.5', :group => :test
end
Expand Down
2 changes: 1 addition & 1 deletion rails3-mongoid-devise-template.rb
Expand Up @@ -372,7 +372,7 @@ def before_config(&block); @before_configs[@current_recipe] = block; end
else
# for Rails 3.1+, use optimistic versioning for gems
gem 'cucumber-rails', '>= 1.2.0', :group => :test
gem 'capybara', '>= 1.1.1', :group => :test
gem 'capybara', '>= 1.1.2', :group => :test
gem 'database_cleaner', '>= 0.6.7', :group => :test
gem 'launchy', '>= 2.0.5', :group => :test
end
Expand Down
2 changes: 1 addition & 1 deletion rails3-mongoid-omniauth-template.rb
Expand Up @@ -372,7 +372,7 @@ def before_config(&block); @before_configs[@current_recipe] = block; end
else
# for Rails 3.1+, use optimistic versioning for gems
gem 'cucumber-rails', '>= 1.2.0', :group => :test
gem 'capybara', '>= 1.1.1', :group => :test
gem 'capybara', '>= 1.1.2', :group => :test
gem 'database_cleaner', '>= 0.6.7', :group => :test
gem 'launchy', '>= 2.0.5', :group => :test
end
Expand Down
2 changes: 1 addition & 1 deletion rails3-subdomains-template.rb
Expand Up @@ -380,7 +380,7 @@ def before_config(&block); @before_configs[@current_recipe] = block; end
else
# for Rails 3.1+, use optimistic versioning for gems
gem 'cucumber-rails', '>= 1.2.0', :group => :test
gem 'capybara', '>= 1.1.1', :group => :test
gem 'capybara', '>= 1.1.2', :group => :test
gem 'database_cleaner', '>= 0.7.0', :group => :test
gem 'launchy', '>= 2.0.5', :group => :test
end
Expand Down

0 comments on commit 78ddb3c

Please sign in to comment.