diff --git a/Gemfile.lock b/Gemfile.lock index eccb2d8..39b1327 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,6 +57,8 @@ GEM debug_inspector (0.0.2) diff-lcs (1.2.5) docile (1.1.3) + domain_name (0.5.20190701) + unf (>= 0.0.5, < 1.0.0) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) @@ -82,6 +84,8 @@ GEM multi_json (~> 1.8) hike (1.2.3) hitimes (1.2.2) + http-cookie (1.0.3) + domain_name (~> 0.5) http_parser.rb (0.6.0) i18n (0.6.9) jbuilder (2.0.7) @@ -105,6 +109,7 @@ GEM minitest (5.3.3) multi_json (1.10.0) multipart-post (2.0.0) + netrc (0.11.0) nokogiri (1.6.1) mini_portile (~> 0.5.0) octokit (3.1.0) @@ -146,8 +151,10 @@ GEM ffi (>= 0.5.0) rdoc (4.1.1) json (~> 1.4) - rest-client (1.6.7) - mime-types (>= 1.16) + rest-client (1.8.0) + http-cookie (>= 1.0.2, < 2.0) + mime-types (>= 1.16, < 3.0) + netrc (~> 0.7) rspec-collection_matchers (0.0.4) rspec-expectations (>= 2.99.0.beta1) rspec-core (3.0.0.beta2) @@ -213,6 +220,9 @@ GEM uglifier (2.5.0) execjs (>= 0.3.0) json (>= 1.8.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.7.7) uniform_notifier (1.6.1) xpath (2.0.0) nokogiri (~> 1.3)