Unlock capybara gem version (#18789).

git-svn-id: http://svn.redmine.org/redmine/trunk@13862 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-01-10 10:26:09 +00:00
parent 50ab0728a8
commit aca5bfdc05

View File

@ -89,7 +89,7 @@ group :test do
gem "mocha", "~> 1.0.0", :require => 'mocha/api'
gem "simplecov", "~> 0.9.1", :require => false
# For running UI tests
gem "capybara", "~> 2.1.0"
gem "capybara"
gem "selenium-webdriver"
end