mirror of
https://github.com/redmine/redmine.git
synced 2025-11-06 13:25:44 +01:00
Update capybara (~> 3.29.0) (#32453).
Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19073 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -81,7 +81,7 @@ group :test do
|
|||||||
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
|
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
|
||||||
# For running system tests
|
# For running system tests
|
||||||
gem 'puma', '~> 3.7'
|
gem 'puma', '~> 3.7'
|
||||||
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.25.0")
|
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.29.0")
|
||||||
gem "selenium-webdriver"
|
gem "selenium-webdriver"
|
||||||
# RuboCop
|
# RuboCop
|
||||||
gem 'rubocop', '~> 0.76.0'
|
gem 'rubocop', '~> 0.76.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user