From f723ab83f622510089ad7d2e0eda900ad5517a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 23:57:16 +0000 Subject: [PATCH] Bump omniauth-facebook from 1.4.0 to 1.5.1 Bumps [omniauth-facebook](https://github.com/simi/omniauth-facebook) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/simi/omniauth-facebook/releases) - [Changelog](https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md) - [Commits](https://github.com/simi/omniauth-facebook/compare/v1.4.0...v1.5.1) --- updated-dependencies: - dependency-name: omniauth-facebook dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 47 ++++++++++++++++++++++++----------------------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index 822697e..1c84649 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "http://rubygems.org/" gem 'sinatra' gem 'sinatra-contrib' -gem 'omniauth-facebook', '1.4.0' +gem 'omniauth-facebook', '1.5.1' gem 'fb_graph' group :development do diff --git a/Gemfile.lock b/Gemfile.lock index beaa66d..e5ca894 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,41 +8,42 @@ GEM backports (3.1.1) coderay (1.0.9) eventmachine (1.0.3) - faraday (0.8.7) - multipart-post (~> 1.1) + faraday (0.9.2) + multipart-post (>= 1.2, < 3) fb_graph (2.6.6) httpclient (>= 2.2.0.2) multi_json (>= 1.3) rack-oauth2 (>= 0.14.4) tzinfo - hashie (1.2.0) - httpauth (0.2.0) + hashie (5.0.0) httpclient (2.3.3) i18n (0.6.4) - jwt (0.1.8) - multi_json (>= 1.5) + jwt (1.5.6) method_source (0.8.1) - multi_json (1.7.2) - multipart-post (1.2.0) - oauth2 (0.8.1) - faraday (~> 0.8) - httpauth (~> 0.1) - jwt (~> 0.1.4) - multi_json (~> 1.0) + multi_json (1.15.0) + multi_xml (0.6.0) + multipart-post (2.3.0) + oauth2 (0.9.4) + faraday (>= 0.8, < 0.10) + jwt (~> 1.0) + multi_json (~> 1.3) + multi_xml (~> 0.5) rack (~> 1.2) - omniauth (1.1.3) - hashie (~> 1.2) - rack - omniauth-facebook (1.4.0) - omniauth-oauth2 (~> 1.0.2) - omniauth-oauth2 (1.0.3) - oauth2 (~> 0.8.0) - omniauth (~> 1.0) + omniauth (1.9.2) + hashie (>= 3.4.6) + rack (>= 1.6.2, < 3) + omniauth-facebook (1.5.1) + omniauth-oauth2 (~> 1.1.0) + omniauth-oauth2 (1.1.2) + faraday (>= 0.8, < 0.10) + multi_json (~> 1.3) + oauth2 (~> 0.9.3) + omniauth (~> 1.2) pry (0.9.12) coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) - rack (1.5.2) + rack (1.6.13) rack-oauth2 (1.0.3) activesupport (>= 2.3) attr_required (>= 0.0.5) @@ -74,7 +75,7 @@ PLATFORMS DEPENDENCIES fb_graph - omniauth-facebook (= 1.4.0) + omniauth-facebook (= 1.5.1) pry sinatra sinatra-contrib