aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-05-09 01:12:58 +0930
committerGitHub <noreply@github.com>2017-05-09 01:12:58 +0930
commit943efa30f5475f51fe90df5f85703d191dbd7d6e (patch)
tree9865fbd7c74f6b0632d68025ed0ff2b0d3ef96b4 /railties/lib/rails
parent3f4eeb6dbab04bbc2608aaf51502327cc2d7e62b (diff)
parent673a5644ace7a0cdb814f68026224ff843ccb221 (diff)
downloadrails-943efa30f5475f51fe90df5f85703d191dbd7d6e.tar.gz
rails-943efa30f5475f51fe90df5f85703d191dbd7d6e.tar.bz2
rails-943efa30f5475f51fe90df5f85703d191dbd7d6e.zip
Merge pull request #28995 from jcoyne/update_capybara
Allow capybara minor releases
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile
index 06f0dd6d6d..1911fb7a7b 100644
--- a/railties/lib/rails/generators/rails/app/templates/Gemfile
+++ b/railties/lib/rails/generators/rails/app/templates/Gemfile
@@ -34,7 +34,7 @@ group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
<%- if depends_on_system_test? -%>
# Adds support for Capybara system testing and selenium driver
- gem 'capybara', '~> 2.13.0'
+ gem 'capybara', '~> 2.13'
gem 'selenium-webdriver'
<%- end -%>
end