From 3327181e49282b858f84631d6bf0c5018ca03512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 19:48:36 +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 | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4c2ccfa2c..587231229 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,6 +44,7 @@ GEM coffee-script-source execjs coffee-script-source (1.6.3) + concurrent-ruby (1.1.10) coveralls (0.6.9) multi_json (~> 1.3) rest-client @@ -52,6 +53,8 @@ GEM thor daemons (1.1.9) diff-lcs (1.2.4) + domain_name (0.5.20190701) + unf (>= 0.0.5, < 1.0.0) dynamic_form (1.1.4) erubis (2.7.0) eventmachine (1.0.8) @@ -59,25 +62,29 @@ GEM factory_girl (4.2.0) activesupport (>= 3.0.0) hike (1.2.3) - i18n (0.7.0) + http-accept (1.7.0) + http-cookie (1.0.5) + domain_name (~> 0.5) + i18n (0.9.5) + concurrent-ruby (~> 1.0) journey (1.0.4) jquery-rails (3.0.4) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) json (1.8.3) - mail (2.4.4) - i18n (>= 0.4.0) + mail (2.5.5) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.25.1) mini_portile (0.5.1) - multi_json (1.11.0) + multi_json (1.15.0) + netrc (0.11.0) nokogiri (1.6.0) mini_portile (~> 0.5.0) pg (0.15.1) polyglot (0.3.5) - rack (1.4.5) - rack-cache (1.2) + rack (1.4.7) + rack-cache (1.9.0) rack (>= 0.4) rack-ssl (1.3.4) rack @@ -101,8 +108,11 @@ GEM rake (10.4.2) rdoc (3.12.2) json (~> 1.4) - 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) rspec-core (2.14.5) rspec-expectations (2.14.2) diff-lcs (>= 1.1.3, < 2.0) @@ -149,6 +159,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) xpath (2.0.0) nokogiri (~> 1.3)