From 1327107a5fe843e739e51b23185b6366bc79a166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 00:06:58 +0000 Subject: [PATCH] build(deps): bump omniauth from 2.0.4 to 2.1.1 Bumps [omniauth](https://github.com/omniauth/omniauth) from 2.0.4 to 2.1.1. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v2.0.4...v2.1.1) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6ab072a2f..3e4d31b89 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,9 +78,9 @@ GEM octokit (4.22.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) - omniauth (2.0.4) + omniauth (2.1.1) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + rack (>= 2.2.3) rack-protection omniauth-github (2.0.0) omniauth (~> 2.0) @@ -95,7 +95,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - rack (2.2.3) + rack (2.2.6.2) rack-protection (2.2.0) rack rainbow (3.1.1)