mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Update Capybara to 3.36 (#35025).
git-svn-id: http://svn.redmine.org/redmine/trunk@21293 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
0a5ef25e87
commit
056a622b62
2
Gemfile
2
Gemfile
@ -97,7 +97,7 @@ group :test do
|
||||
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
|
||||
# For running system tests
|
||||
gem 'puma'
|
||||
gem 'capybara', '~> 3.35.3'
|
||||
gem 'capybara', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 3.35.3' : '~> 3.36.0')
|
||||
gem "selenium-webdriver", "~> 3.142.7"
|
||||
gem 'webdrivers', '4.6.1', require: false
|
||||
# RuboCop
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user