From 61f6484b40f8761dfa6aa570a9640f387aa9aa9f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 20:12:12 +0000 Subject: [PATCH] [Security] Bump omniauth from 1.9.0 to 2.0.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.0 to 2.0.0. **This update includes security fixes.** - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.0...v2.0.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c907335..093a38e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,19 +2,20 @@ 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) + oauth (0.5.5) + omniauth (2.0.0) + hashie (>= 3.4.6) rack (>= 1.6.2, < 3) - omniauth-oauth (1.1.0) + rack-protection + omniauth-oauth (1.2.0) oauth - omniauth (~> 1.0) + omniauth (>= 1.0, < 3) omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack - rack (2.0.6) + rack (2.2.3) rack-protection (2.0.5) rack sinatra (2.0.5)