From 02188da650fe04d709bf665c7a274e358feb9df2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 20:13:00 +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.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c907335..0d07953 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,11 +2,11 @@ GEM remote: https://rubygems.org/ specs: dotenv (2.5.0) - hashie (3.6.0) + hashie (4.1.0) mustermann (1.0.3) oauth (0.5.4) - 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-oauth (1.1.0) oauth @@ -14,7 +14,7 @@ GEM omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack - rack (2.0.6) + rack (2.2.2) rack-protection (2.0.5) rack sinatra (2.0.5)