From 4a76c81d32db1c1cda422bde796bb8b127718618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:36:57 +0000 Subject: [PATCH] Bump omniauth from 2.0.4 to 2.1.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 2.0.4 to 2.1.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v2.0.4...v2.1.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production 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 62f18a4..ab0eebc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,9 +189,9 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (2.0.4) + omniauth (2.1.0) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + rack (>= 2.2.3) rack-protection omniauth-github (2.0.0) omniauth (~> 2.0) @@ -211,7 +211,7 @@ GEM nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) - rack-protection (2.1.0) + rack-protection (3.0.3) rack rack-test (2.0.2) rack (>= 1.3)