diff --git a/Gemfile b/Gemfile index a2334cf..d07aad8 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,6 @@ group :test do gem 'capybara', '>= 2.15' gem 'minitest-stub_any_instance', '~> 1.0' gem 'selenium-webdriver' - gem 'webdrivers' end group :production do diff --git a/Gemfile.lock b/Gemfile.lock index 0aafebf..ced016d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,8 +64,8 @@ GEM bcrypt (3.1.13) bindata (2.4.7) bindex (0.8.1) - bootsnap (1.4.6) - msgpack (~> 1.0) + bootsnap (1.18.4) + msgpack (~> 1.2) builder (3.2.4) byebug (11.1.1) capybara (3.32.1) @@ -76,7 +76,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - cbor (0.5.9.6) + cbor (0.5.9.8) childprocess (3.0.0) concurrent-ruby (1.1.6) cose (0.11.0) @@ -94,7 +94,7 @@ GEM i18n (1.8.2) concurrent-ruby (~> 1.0) ipaddr (1.2.2) - jaro_winkler (1.5.4) + jaro_winkler (1.5.6) jbuilder (2.10.0) activesupport (>= 5.0.0) jwt (2.2.1) @@ -110,13 +110,14 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.7) minitest (5.14.0) minitest-stub_any_instance (1.0.2) - msgpack (1.3.3) - nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + msgpack (1.7.2) + nio4r (2.7.3) + nokogiri (1.15.6) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) openssl (2.1.2) ipaddr openssl-signature_algorithm (0.3.0) @@ -125,8 +126,9 @@ GEM ast (~> 2.4.0) pg (1.4.4) public_suffix (4.0.4) - puma (4.3.3) + puma (4.3.12) nio4r (~> 2.0) + racc (1.8.1) rack (2.2.2) rack-host-redirect (1.3.0) rack @@ -182,7 +184,7 @@ GEM rubocop (>= 0.72.0) ruby-progressbar (1.10.1) ruby_dep (1.5.0) - rubyzip (2.3.0) + rubyzip (2.3.2) safety_net_attestation (0.4.0) jwt (~> 2.0) sass-rails (6.0.0) @@ -238,10 +240,6 @@ GEM safety_net_attestation (~> 0.4.0) securecompare (~> 1.0) tpm-key_attestation (~> 0.7.0) - webdrivers (4.3.0) - nokogiri (~> 1.6) - rubyzip (>= 1.3.0) - selenium-webdriver (>= 3.0, < 4.0) webpacker (5.4.3) activesupport (>= 5.2) rack-proxy (>= 0.6.1) @@ -281,7 +279,6 @@ DEPENDENCIES tzinfo-data web-console (>= 3.3.0) webauthn (~> 2.2) - webdrivers webpacker (~> 5.0) RUBY VERSION