From dd1b4ba28798b8436714a219d5b1f155f4d9a67d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:41:42 +0000 Subject: [PATCH] Bump omniauth in /ruby-examples/org-google-auth-example Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.3.1 to 1.9.2. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.3.1...v1.9.2) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ruby-examples/org-google-auth-example/Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ruby-examples/org-google-auth-example/Gemfile.lock b/ruby-examples/org-google-auth-example/Gemfile.lock index 810c6f7..b8b62de 100644 --- a/ruby-examples/org-google-auth-example/Gemfile.lock +++ b/ruby-examples/org-google-auth-example/Gemfile.lock @@ -5,7 +5,7 @@ GEM coderay (1.1.1) faraday (0.9.2) multipart-post (>= 1.2, < 3) - hashie (3.4.4) + hashie (5.0.0) jwt (1.5.4) method_source (0.8.2) multi_json (1.12.1) @@ -19,9 +19,9 @@ GEM rack (>= 1.2, < 3) octokit (4.3.0) sawyer (~> 0.7.0, >= 0.5.3) - omniauth (1.3.1) - hashie (>= 1.2, < 4) - rack (>= 1.0, < 3) + omniauth (1.9.2) + hashie (>= 3.4.6) + rack (>= 1.6.2, < 3) omniauth-github (1.1.2) omniauth (~> 1.0) omniauth-oauth2 (~> 1.1) @@ -32,7 +32,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - rack (2.0.1) + rack (2.2.4) sawyer (0.7.0) addressable (>= 2.3.5, < 2.5) faraday (~> 0.8, < 0.10)