diff --git a/Gemfile.lock b/Gemfile.lock index cf75eaa..e9e45ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM msgpack (~> 1.0) builder (3.2.4) byebug (11.1.3) - childprocess (3.0.0) + childprocess (4.1.0) concurrent-ruby (1.1.8) crack (0.4.5) rexml @@ -115,24 +115,26 @@ GEM marcel (1.0.0) method_source (1.0.0) mini_mime (1.0.3) - mini_portile2 (2.5.0) + mini_portile2 (2.6.1) minitest (5.14.4) msgpack (1.4.2) multipart-post (2.1.1) nio4r (2.5.7) - nokogiri (1.11.2) - mini_portile2 (~> 2.5.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) racc (~> 1.4) - nokogiri (1.11.2-arm64-darwin) + nokogiri (1.12.5-arm64-darwin) racc (~> 1.4) - nokogiri (1.11.2-x64-mingw32) + nokogiri (1.12.5-x64-mingw32) racc (~> 1.4) - nokogiri (1.11.2-x86_64-linux) + nokogiri (1.12.5-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.12.5-x86_64-linux) racc (~> 1.4) public_suffix (4.0.6) puma (5.1.1) nio4r (~> 2.0) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-mini-profiler (2.3.0) rack (>= 1.2.0) @@ -172,7 +174,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.4) + rexml (3.2.5) rspec-core (3.10.1) rspec-support (~> 3.10.0) rspec-expectations (3.10.1) @@ -191,7 +193,7 @@ GEM rspec-support (~> 3.10) rspec-support (3.10.2) ruby2_keywords (0.0.4) - rubyzip (2.3.0) + rubyzip (2.3.2) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) @@ -204,8 +206,9 @@ GEM sprockets (> 3.0) sprockets-rails tilt - selenium-webdriver (3.142.7) - childprocess (>= 0.5, < 4.0) + selenium-webdriver (4.1.0) + childprocess (>= 0.5, < 5.0) + rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2) spring (2.1.1) sprockets (4.0.2) @@ -237,10 +240,10 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webdrivers (4.5.0) + webdrivers (5.0.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0) - selenium-webdriver (>= 3.0, < 4.0) + selenium-webdriver (~> 4.0) webmock (3.11.1) addressable (>= 2.3.6) crack (>= 0.3.2)