]> source.dussan.org Git - redmine.git/commitdiff
Use capybara 2 for ruby2.2
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 10 Jun 2018 18:00:42 +0000 (18:00 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 10 Jun 2018 18:00:42 +0000 (18:00 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17382 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index f2c01a6fa4a8cff22a7f22def4870948c4a56cec..634274c63670dfcf3faf6a7f677ab354bf878dcf 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -99,7 +99,7 @@ group :test do
   # TODO: remove this after upgrading to Rails 5
   gem "test_after_commit", "~> 0.4.2"
   # For running UI tests
-  gem "capybara"
+  gem "capybara", '~> 2.13'
   gem "selenium-webdriver", "~> 2.53.4"
 end