diff --git a/Gemfile b/Gemfile index 48fd97e4..56272ce9 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,6 @@ group :test do # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing] gem "capybara" gem "selenium-webdriver" - gem "webdrivers" end # custom diff --git a/Gemfile.lock b/Gemfile.lock index 44556ee0..996d1dab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.4) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) autoprefixer-rails (10.4.7.0) execjs (~> 2) @@ -146,7 +146,7 @@ GEM marcel (1.0.2) matrix (0.4.2) method_source (1.0.0) - mini_mime (1.1.2) + mini_mime (1.1.5) mini_portile2 (2.8.4) minitest (5.18.1) msgpack (1.6.0) @@ -161,15 +161,15 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.15.3) + nokogiri (1.15.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) popper_js (1.16.1) - public_suffix (5.0.1) + public_suffix (5.0.3) puma (6.3.0) nio4r (~> 2.0) racc (1.7.1) - rack (2.2.7) + rack (2.2.8) rack-test (2.1.0) rack (>= 1.3) rails (7.0.6) @@ -253,10 +253,6 @@ GEM concurrent-ruby (~> 1.0) vcr (6.2.0) version_sorter (2.3.0) - webdrivers (5.3.1) - nokogiri (~> 1.6) - rubyzip (>= 1.3.0) - selenium-webdriver (~> 4.0, < 4.11) webmock (3.18.1) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -289,7 +285,6 @@ DEPENDENCIES turbolinks (~> 5.2.0) vcr (~> 6.2.0) version_sorter (~> 2.3.0) - webdrivers webmock RUBY VERSION