mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Update webdrivers gem (#243)
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -59,7 +59,7 @@ group :test do
|
|||||||
gem 'capybara', '3.36.0'
|
gem 'capybara', '3.36.0'
|
||||||
gem 'selenium-webdriver', '4.1.0'
|
gem 'selenium-webdriver', '4.1.0'
|
||||||
# Easy installation and use of web drivers to run system tests with browsers
|
# Easy installation and use of web drivers to run system tests with browsers
|
||||||
gem 'webdrivers', '5.0.0'
|
gem 'webdrivers', '5.3.1'
|
||||||
end
|
end
|
||||||
|
|
||||||
# If not bundled, webpack compilation in production fails
|
# If not bundled, webpack compilation in production fails
|
||||||
|
|||||||
@@ -261,10 +261,10 @@ GEM
|
|||||||
activemodel (>= 6.0.0)
|
activemodel (>= 6.0.0)
|
||||||
bindex (>= 0.4.0)
|
bindex (>= 0.4.0)
|
||||||
railties (>= 6.0.0)
|
railties (>= 6.0.0)
|
||||||
webdrivers (5.0.0)
|
webdrivers (5.3.1)
|
||||||
nokogiri (~> 1.6)
|
nokogiri (~> 1.6)
|
||||||
rubyzip (>= 1.3.0)
|
rubyzip (>= 1.3.0)
|
||||||
selenium-webdriver (~> 4.0)
|
selenium-webdriver (~> 4.0, < 4.11)
|
||||||
websocket-driver (0.7.5)
|
websocket-driver (0.7.5)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
@@ -301,7 +301,7 @@ DEPENDENCIES
|
|||||||
turbolinks (= 5.2.1)
|
turbolinks (= 5.2.1)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
web-console (>= 3.3.0)
|
web-console (>= 3.3.0)
|
||||||
webdrivers (= 5.0.0)
|
webdrivers (= 5.3.1)
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.0.6p216
|
ruby 3.0.6p216
|
||||||
|
|||||||
Reference in New Issue
Block a user