Skip to content

Commit

Permalink
selenium-manager: webdriver の削除
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed Jan 6, 2024
1 parent 6f61f1e commit 923b0df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ group :test do

# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 3.26'
gem 'selenium-webdriver'
gem 'selenium-webdriver', '>= 4.11.0'
# Easy installation and use of web drivers to run system tests with browsers
gem 'webdrivers'
#gem 'webdrivers'
end

group :development do
Expand Down
13 changes: 4 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ GEM
redcarpet (3.5.1)
redis (4.8.0)
regexp_parser (2.6.1)
rexml (3.2.5)
rexml (3.2.6)
rr (3.1.0)
rubocop (1.42.0)
json (~> 2.3)
Expand Down Expand Up @@ -314,7 +314,7 @@ GEM
tilt
sdoc (1.1.0)
rdoc (>= 5.0)
selenium-webdriver (4.7.1)
selenium-webdriver (4.16.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -384,17 +384,13 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.2.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
webpacker (5.4.3)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
webrick (1.7.0)
websocket (1.2.9)
websocket (1.2.10)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -441,7 +437,7 @@ DEPENDENCIES
rubocop-rails
sassc-rails (>= 2.1)
sdoc (~> 1.0)
selenium-webdriver
selenium-webdriver (>= 4.11.0)
sidekiq (< 7)
simple-navigation
simple_calendar (~> 2.0)
Expand All @@ -454,7 +450,6 @@ DEPENDENCIES
test-unit-rails
uglifier (>= 1.3)
web-console (~> 4.0)
webdrivers
webpacker (~> 5.x)
xmlrpc

Expand Down

0 comments on commit 923b0df

Please sign in to comment.