From 8419d7fbd7b0fe5da738dc61132a92d5e78971d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 20:26:15 +0000 Subject: [PATCH] [Security] Bump omniauth from 1.9.0 to 1.9.1 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.0 to 1.9.1. **This update includes a security fix.** - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.0...v1.9.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8b3c5866e..fce3501a7 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem "jquery-rails", "~> 4.3.3" gem "jquery-ui-rails", "~> 6.0.1" gem "kaminari", "~> 1.2.1" gem "newrelic_rpm", "~> 4.1.0.333" -gem "omniauth", "~> 1.9.0" +gem "omniauth", "~> 1.9.1" gem "omniauth-facebook", "~> 4.0.0" gem "omniauth-google-oauth2", "~> 0.4.0" gem "omniauth-rails_csrf_protection", "~> 0.1.2" diff --git a/Gemfile.lock b/Gemfile.lock index 97ac31020..1ccaaef87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,7 +260,7 @@ GEM activesupport (>= 3) gyoku (1.3.1) builder (>= 2.1.2) - hashie (3.6.0) + hashie (4.1.0) highline (2.0.2) html_tokenizer (0.0.7) htmlentities (4.3.4) @@ -369,8 +369,8 @@ GEM rack (>= 1.2, < 3) octokit (4.14.0) sawyer (~> 0.8.0, >= 0.5.3) - omniauth (1.9.0) - hashie (>= 3.4.6, < 3.7.0) + omniauth (1.9.1) + hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-facebook (4.0.0) omniauth-oauth2 (~> 1.2) @@ -666,7 +666,7 @@ DEPENDENCIES letter_opener_web (~> 1.3.4) mdl (~> 0.10.0) newrelic_rpm (~> 4.1.0.333) - omniauth (~> 1.9.0) + omniauth (~> 1.9.1) omniauth-facebook (~> 4.0.0) omniauth-google-oauth2 (~> 0.4.0) omniauth-rails_csrf_protection (~> 0.1.2)