From 0d098f88d15252c647075b1c940ecf0289e991d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 20:21:44 +0000 Subject: [PATCH] Bump rest-client in /api/ruby/basics-of-authentication Bumps [rest-client](https://github.com/rest-client/rest-client) from 1.6.7 to 1.8.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...v1.8.0) --- updated-dependencies: - dependency-name: rest-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/ruby/basics-of-authentication/Gemfile | 2 +- api/ruby/basics-of-authentication/Gemfile.lock | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/api/ruby/basics-of-authentication/Gemfile b/api/ruby/basics-of-authentication/Gemfile index 59955820a..087478ba8 100644 --- a/api/ruby/basics-of-authentication/Gemfile +++ b/api/ruby/basics-of-authentication/Gemfile @@ -2,4 +2,4 @@ source "http://rubygems.org" gem "json", "~> 1.8" gem 'sinatra', '~> 1.3.5' -gem 'rest-client', '~> 1.6.3' +gem 'rest-client', '~> 1.8.0' diff --git a/api/ruby/basics-of-authentication/Gemfile.lock b/api/ruby/basics-of-authentication/Gemfile.lock index 0bfb0d924..e2e5b2bb5 100644 --- a/api/ruby/basics-of-authentication/Gemfile.lock +++ b/api/ruby/basics-of-authentication/Gemfile.lock @@ -1,25 +1,35 @@ GEM remote: http://rubygems.org/ specs: + domain_name (0.5.20190701) + unf (>= 0.0.5, < 1.0.0) + http-cookie (1.0.5) + domain_name (~> 0.5) json (1.8.3) - mime-types (1.21) + mime-types (2.99.3) + netrc (0.11.0) rack (1.5.2) rack-protection (1.3.2) rack - 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) sinatra (1.3.5) rack (~> 1.4) rack-protection (~> 1.3) tilt (~> 1.3, >= 1.3.3) tilt (1.3.3) + unf (0.1.4) + unf_ext + unf_ext (0.0.8.2) PLATFORMS ruby DEPENDENCIES json (~> 1.8) - rest-client (~> 1.6.3) + rest-client (~> 1.8.0) sinatra (~> 1.3.5) BUNDLED WITH