mirror of
https://github.com/redmine/redmine.git
synced 2026-02-02 12:50:08 +01:00
Merged r21934 from trunk to 5.0-stable (#37867).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21935 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -97,7 +97,8 @@ group :test do
|
||||
gem 'simplecov', '~> 0.21.2', :require => false
|
||||
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
|
||||
# For running system tests
|
||||
gem 'puma'
|
||||
# TODO: Remove version specification once Capybara supports Puma 6
|
||||
gem 'puma', '< 6.0.0'
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user