From a788aad362f6932dd7c3fe442e32d510698771ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 20:05:24 +0000 Subject: [PATCH] Bump rest-client from 1.6.7 to 2.1.0 Bumps [rest-client](https://github.com/rest-client/rest-client) from 1.6.7 to 2.1.0. - [Release notes](https://github.com/rest-client/rest-client/releases) - [Changelog](https://github.com/rest-client/rest-client/blob/master/history.md) - [Commits](https://github.com/rest-client/rest-client/compare/v1.6.7...v2.1.0) --- updated-dependencies: - dependency-name: rest-client dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 165f081..f04b5fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,6 +82,8 @@ GEM warden (~> 1.0.3) diff-lcs (1.2.5) docile (1.1.3) + domain_name (0.5.20190701) + unf (>= 0.0.5, < 1.0.0) erubis (2.7.0) execjs (2.0.2) factory_girl (4.4.0) @@ -106,6 +108,9 @@ GEM hoptoad_notifier (2.4.11) activesupport builder + http-accept (1.7.0) + http-cookie (1.0.5) + domain_name (~> 0.5) httparty (0.8.3) multi_json (~> 1.0) multi_xml @@ -140,6 +145,7 @@ GEM multipart-post (2.0.0) mysql2 (0.3.15) net-dns (0.6.1) + netrc (0.11.0) nifty-generators (0.4.6) nokogiri (1.6.1) mini_portile (~> 0.5.0) @@ -227,8 +233,11 @@ GEM json (~> 1.4) responders (0.9.3) railties (~> 3.1) - rest-client (1.6.7) - mime-types (>= 1.16) + rest-client (2.1.0) + http-accept (>= 1.7.0, < 2.0) + http-cookie (>= 1.0.2, < 2.0) + mime-types (>= 1.16, < 4.0) + netrc (~> 0.8) riddle (1.5.10) rspec-core (2.14.8) rspec-expectations (2.14.5) @@ -285,6 +294,9 @@ GEM uglifier (2.2.1) execjs (>= 0.3.0) multi_json (~> 1.0, >= 1.0.2) + unf (0.1.4) + unf_ext + unf_ext (0.0.8.2) uuid (2.3.7) macaddr (~> 1.0) warden (1.0.6)