From 99bf19d8e71aa636469e9a62e905d3509b98ec1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:54:17 +0000 Subject: [PATCH] Bump omniauth from 1.9.1 to 2.0.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 2.0.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.1...v2.0.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 15ee99c..313420b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM railties (>= 3.2, < 6.1) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (4.1.0) + hashie (5.0.0) http-cookie (1.0.3) domain_name (~> 0.5) i18n (1.8.3) @@ -143,12 +143,13 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.1) + omniauth (2.0.0) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) - omniauth-oauth2 (1.5.0) - oauth2 (~> 1.1) - omniauth (~> 1.2) + rack-protection + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) pg (1.2.3) pry (0.13.1) coderay (~> 1.1) @@ -159,7 +160,9 @@ GEM puma (4.3.12) nio4r (~> 2.0) racc (1.5.2) - rack (2.2.3.1) + rack (2.2.6.2) + rack-protection (2.2.4) + rack rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.4.3) @@ -196,9 +199,9 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rspotify (2.8.0) + rspotify (2.11.0) addressable (~> 2.5.2) - omniauth-oauth2 (~> 1.5.0) + omniauth-oauth2 (>= 1.6) rest-client (~> 2.0.2) ruby_dep (1.5.0) rubyzip (2.3.0)