From 8a06fef1af6052c2f76a8ce8bd86058d187b8a57 Mon Sep 17 00:00:00 2001 From: Kevin O'Donnell Date: Sun, 26 Feb 2023 09:16:09 -0500 Subject: [PATCH] Revert "Revert "Bump omniauth from 1.9.2 to 2.0.0"" --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5ecaa03e..f6829583 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem "twitter" gem 'tzinfo-data' gem 'devise' # gem 'omniauth' -gem "omniauth", "~> 1.9.1" # Can not move to 2.0 because of devise - https://github.com/heartcombo/devise/pull/5327 +gem "omniauth", "~> 2.0.0" # Can not move to 2.0 because of devise - https://github.com/heartcombo/devise/pull/5327 gem 'omniauth-twitter' gem "open311" gem "rmagick" diff --git a/Gemfile.lock b/Gemfile.lock index f3fb6c80..4b297194 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -232,9 +232,10 @@ GEM version_gem (~> 1.1) oauth-tty (1.0.5) version_gem (~> 1.1, >= 1.1.1) - omniauth (1.9.2) + omniauth (2.0.0) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) + rack-protection omniauth-oauth (1.2.0) oauth omniauth (>= 1.0, < 3) @@ -262,6 +263,8 @@ GEM raabro (1.4.0) racc (1.6.2) rack (2.2.6.2) + rack-protection (3.0.5) + rack rack-test (2.0.2) rack (>= 1.3) rails (7.0.4.2) @@ -424,7 +427,7 @@ DEPENDENCIES minitest-focus mocha mysql2 - omniauth (~> 1.9.1) + omniauth (~> 2.0.0) omniauth-twitter open311 pry