From 55ee0c8214f5a2192106bff13f91cb01eef65847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 23:25:39 +0200 Subject: [PATCH] Build(deps): Bump oauth from 0.5.10 to 1.1.0 (#18143) Bumps [oauth](https://github.com/oauth-xx/oauth-ruby) from 0.5.10 to 1.1.0. - [Release notes](https://github.com/oauth-xx/oauth-ruby/releases) - [Changelog](https://github.com/oauth-xx/oauth-ruby/blob/migrated/CHANGELOG.md) - [Commits](https://github.com/oauth-xx/oauth-ruby/compare/v0.5.10...v1.1.0) --- updated-dependencies: - dependency-name: oauth dependency-type: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c77a75e0aeb..0dcd1345ae6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -284,7 +284,12 @@ GEM racc (~> 1.4) nokogiri (1.13.8-x86_64-linux) racc (~> 1.4) - oauth (0.5.10) + oauth (1.1.0) + oauth-tty (~> 1.0, >= 1.0.1) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + oauth-tty (1.0.3) + version_gem (~> 1.1) oauth2 (1.4.7) faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) @@ -466,6 +471,9 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) + snaky_hash (2.0.0) + hashie + version_gem (~> 1.1) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -494,6 +502,7 @@ GEM uniform_notifier (1.16.0) uri (0.11.0) uri_template (0.7.0) + version_gem (1.1.0) webmock (3.18.1) addressable (>= 2.8.0) crack (>= 0.3.2)