From 0170b44eda6220213d88a153fe96bf673f2dfac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 20:11:14 +0000 Subject: [PATCH] Bump omniauth from 1.9.1 to 1.9.2 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index fad9960..9838ce1 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ gem 'discordrb-webhooks' gem 'rack-cors' #Add Users Auth gem 'devise' -gem "omniauth", "~> 1.9.1" # Can not move to 2.0 because of devise +gem "omniauth", "~> 1.9.2" # Can not move to 2.0 because of devise gem 'omniauth-shopify-oauth2', '~> 2.2.2' #Add API validations gem 'dry-validation' diff --git a/Gemfile.lock b/Gemfile.lock index cd71749..99ef405 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -244,7 +244,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) hashdiff (1.0.1) - hashie (4.1.0) + hashie (5.0.0) hkdf (0.3.0) http-accept (1.7.0) http-cookie (1.0.4) @@ -318,7 +318,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.1) + omniauth (1.9.2) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-oauth2 (1.5.0) @@ -345,7 +345,7 @@ GEM puma (4.3.12) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.3) + rack (2.2.4) rack-cors (1.1.1) rack (>= 2.0.0) rack-protection (2.1.0) @@ -573,7 +573,7 @@ DEPENDENCIES jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) newrelic_rpm - omniauth (~> 1.9.1) + omniauth (~> 1.9.2) omniauth-shopify-oauth2 (~> 2.2.2) pg (>= 0.18, < 2.0) pry