From d11df86e928b925709d16d993bdbbe9986d9cfde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 20:07:05 +0000 Subject: [PATCH] Bump omniauth from 1.9.0 to 1.9.2 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.0...v1.9.2) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index ca63de3..211ac48 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'bootsnap', '>= 1.4.5', require: false gem 'bulma-rails', '~> 0.7.5' gem 'bulma-extensions-rails', '~> 1.0.30' gem 'devise' -gem 'omniauth', '= 1.9.0' +gem 'omniauth', '1.9.2' gem 'omniauth-facebook', '= 5.0.0' group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index c8daefb..21ffca7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM ffi (1.11.3) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (3.6.0) + hashie (5.0.0) i18n (1.7.0) concurrent-ruby (~> 1.0) jbuilder (2.9.1) @@ -108,7 +108,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.13.0) @@ -125,8 +127,8 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.0) - hashie (>= 3.4.6, < 3.7.0) + omniauth (1.9.2) + hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-facebook (5.0.0) omniauth-oauth2 (~> 1.2) @@ -138,7 +140,7 @@ GEM public_suffix (4.0.1) puma (4.3.1) nio4r (~> 2.0) - rack (2.0.8) + rack (2.2.4) rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -245,7 +247,7 @@ DEPENDENCIES devise jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) - omniauth (= 1.9.0) + omniauth (= 1.9.2) omniauth-facebook (= 5.0.0) pg (>= 0.18, < 2.0) puma (~> 4.1)