From 21be6c78b63cf1e3ba49cf8cc84cff16ad608038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 18:06:09 +0000 Subject: [PATCH] Bump oauth2 from 1.4.4 to 2.0.9 Bumps [oauth2](https://gitlab.com/oauth-xx/oauth2) from 1.4.4 to 2.0.9. - [Release notes](https://gitlab.com/oauth-xx/oauth2/tags) - [Changelog](https://gitlab.com/oauth-xx/oauth2/blob/main/CHANGELOG.md) - [Commits](https://gitlab.com/oauth-xx/oauth2/compare/v1.4.4...v2.0.9) --- updated-dependencies: - dependency-name: oauth2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 186438b..f566416 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,19 +2,26 @@ GEM remote: https://rubygems.org/ specs: dotenv (2.1.1) - faraday (1.0.1) - multipart-post (>= 1.2, < 3) - jwt (2.2.2) - multi_json (1.15.0) + faraday (2.6.0) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.1) + hashie (5.0.0) + jwt (2.5.0) multi_xml (0.6.0) - multipart-post (2.1.1) - oauth2 (1.4.4) - faraday (>= 0.8, < 2.0) + oauth2 (2.0.9) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) - rack (2.2.3) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + rack (3.0.0) + ruby2_keywords (0.0.5) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) + version_gem (1.1.1) PLATFORMS ruby