diff --git a/Gemfile.lock b/Gemfile.lock index 44d08dc..779d93f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,8 @@ GEM remote: https://rubygems.org/ specs: + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) byebug (11.1.1) coderay (1.1.2) colorize (0.8.1) @@ -8,7 +10,8 @@ GEM connection_pool (2.2.5) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - git (1.6.0) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) http-cookie (1.0.3) domain_name (~> 0.5) @@ -41,6 +44,7 @@ GEM pry (0.13.0) coderay (~> 1.1) method_source (~> 1.0) + public_suffix (5.0.1) racc (1.5.2) rchardet (1.8.0) terminal-table (1.8.0)