mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Limit puma < 6.0.0 to avoid system test error (#37867).
Patch by Ko Nagase. git-svn-id: https://svn.redmine.org/redmine/trunk@21934 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a749a6dd83
commit
e881e11021
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', '~> 3.36.0'
|
||||
gem "selenium-webdriver", "~> 3.142.7"
|
||||
gem 'webdrivers', '4.6.1', require: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user