Browse Source

Merged r21256 from trunk to 4.2-stable (#37884).


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

+ 1
- 1
Gemfile View File

@@ -100,7 +100,7 @@ group :test do
# TODO: Remove version specification once Capybara supports Puma 6
gem 'puma', '< 6.0.0'
gem 'capybara', '~> 3.31.0'
gem "selenium-webdriver"
gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '~> 4.4', require: false
# RuboCop
gem 'rubocop', '~> 1.12.0'

Loading…
Cancel
Save