Browse Source

Update capybara to 3.35 (#35025).

Patch by Pavel Rosický.


git-svn-id: http://svn.redmine.org/redmine/trunk@20914 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Go MAEDA 3 years ago
parent
commit
1767be6b25
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile View File

@@ -88,7 +88,7 @@ group :test do
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
# For running system tests
gem 'puma'
gem 'capybara', '~> 3.31.0'
gem 'capybara', '~> 3.35.3'
gem "selenium-webdriver"
gem 'webdrivers', '~> 4.4', require: false
# RuboCop

Loading…
Cancel
Save