From 138995889dd6a65d0c7636031a831600ba49cea4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Jan 2021 23:15:16 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-OMNIAUTH-174820 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index cdf798137..7979f4286 100644 --- a/Gemfile +++ b/Gemfile @@ -5,8 +5,8 @@ gem 'rails', '5.0.2' gem 'jquery-rails' gem 'pg' -gem 'omniauth' -gem 'omniauth-github' +gem 'omniauth', '>= 2.0.0' +gem 'omniauth-github', '>= 2.0.0' gem 'omniauth-twitter' gem 'octokit' gem 'rabl'