1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-10 19:23:06 +00:00

Use capybara 2 for ruby2.2

git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17382 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2018-06-10 18:00:42 +00:00
parent f975c5ddce
commit 3e25a8d053

View File

@ -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