From 97de366bc4124da09214667821f226bd4607d4c7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 4 Oct 2022 20:25:02 +0000
Subject: [PATCH] build(deps): bump rest-client
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]
---
.../cluster/panamax/api/Gemfile.lock | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/pkgs/applications/networking/cluster/panamax/api/Gemfile.lock b/pkgs/applications/networking/cluster/panamax/api/Gemfile.lock
index 597c691700ad2..49fba83d8ddbb 100644
--- a/pkgs/applications/networking/cluster/panamax/api/Gemfile.lock
+++ b/pkgs/applications/networking/cluster/panamax/api/Gemfile.lock
@@ -48,6 +48,8 @@ GEM
archive-tar-minitar
excon (>= 0.37.0)
json
+ domain_name (0.5.20190701)
+ unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0)
excon (0.37.0)
faraday (0.8.9)
@@ -58,6 +60,9 @@ GEM
faraday (= 0.8.9)
faraday_middleware (= 0.9.0)
hike (1.2.3)
+ http-accept (1.7.0)
+ http-cookie (1.0.5)
+ domain_name (~> 0.5)
i18n (0.7.0)
its (0.2.0)
rspec-core
@@ -65,10 +70,11 @@ GEM
kmts (2.0.1)
mail (2.6.3)
mime-types (>= 1.16, < 3)
- mime-types (2.4.3)
+ mime-types (2.99.3)
minitest (5.5.1)
multi_json (1.10.1)
multipart-post (1.2.0)
+ netrc (0.11.0)
octokit (3.2.0)
sawyer (~> 0.5.3)
puma (2.8.2)
@@ -92,8 +98,11 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.0)
- 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 (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
@@ -139,6 +148,9 @@ GEM
tins (1.3.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
+ unf (0.1.4)
+ unf_ext
+ unf_ext (0.0.8.2)
webmock (1.20.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)