diff --git a/Gemfile.lock b/Gemfile.lock index 139ad73..93f83b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,8 +42,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) airbrussh (1.4.0) sshkit (>= 1.6.1, != 1.7.0) archive-zip (0.12.0) @@ -75,13 +75,14 @@ GEM capistrano (~> 3.7) capistrano-bundler puma (~> 3.4) - capybara (3.29.0) + capybara (3.36.0) addressable + matrix mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.5) + regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) childprocess (3.0.0) chromedriver-helper (2.1.1) @@ -101,7 +102,9 @@ GEM erubi (1.9.0) execjs (2.7.0) ffi (1.11.2) - git (1.5.0) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) globalid (0.4.2) activesupport (>= 4.2.0) httparty (0.17.1) @@ -123,6 +126,7 @@ GEM mini_mime (>= 0.1.1) marcel (0.3.3) mimemagic (~> 0.3.2) + matrix (0.4.2) method_source (0.9.2) mime-types (3.3) mime-types-data (~> 3.2015) @@ -176,6 +180,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) + rchardet (1.8.0) redis (4.1.3) regexp_parser (1.6.0) request_store (1.4.1)