Browse Source

Merged r21934 from trunk to 4.2-stable (#37867).


git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21936 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.9
Go MAEDA 1 year ago
parent
commit
47fff4f95b
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Gemfile

+ 2
- 1
Gemfile View File

@@ -97,7 +97,8 @@ group :test do
gem 'simplecov', '~> 0.18.5', :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.31.0'
gem "selenium-webdriver"
gem 'webdrivers', '~> 4.4', require: false

Loading…
Cancel
Save