浏览代码

Pin webdrivers gem to 4.6.1.

git-svn-id: http://svn.redmine.org/redmine/trunk@21257 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Marius Balteanu 2 年前
父节点
当前提交
9cb4a5f4ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile 查看文件

@@ -99,7 +99,7 @@ group :test do
gem 'puma'
gem 'capybara', '~> 3.35.3'
gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '~> 4.4', require: false
gem 'webdrivers', '4.6.1', require: false
# RuboCop
gem 'rubocop', '~> 1.17.0'
gem 'rubocop-performance', '~> 1.11.0'

正在加载...
取消
保存