From 1c621dc9990b3f5db8b9c339ca6bcd630a69ea8d Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:34:50 +0200 Subject: [PATCH] Bump omniauth and omniauth-rails_csrf_protection --- Gemfile | 4 ++-- Gemfile.lock | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 1dc2c3014..9e01429ad 100644 --- a/Gemfile +++ b/Gemfile @@ -125,8 +125,8 @@ gem "secure_headers", "6.5.0" # Services -gem "omniauth", "2.1.1" -gem "omniauth-rails_csrf_protection", "1.0.1" +gem "omniauth", "2.1.2" +gem "omniauth-rails_csrf_protection", "1.0.2" gem "omniauth-tumblr", "1.2" gem "omniauth-twitter", "1.4.0" gem "omniauth-wordpress", "0.2.2" diff --git a/Gemfile.lock b/Gemfile.lock index ff4b033f8..faa62bfbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,6 +89,7 @@ GEM babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) execjs (~> 2.0) + base64 (0.2.0) bcrypt (3.1.20) bindata (2.4.15) bootstrap-sass (3.4.1) @@ -451,7 +452,7 @@ GEM octokit (6.1.1) faraday (>= 1, < 3) sawyer (~> 0.9) - omniauth (2.1.1) + omniauth (2.1.2) hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection @@ -461,7 +462,7 @@ GEM omniauth-oauth2 (1.8.0) oauth2 (>= 1.4, < 3) omniauth (~> 2.0) - omniauth-rails_csrf_protection (1.0.1) + omniauth-rails_csrf_protection (1.0.2) actionpack (>= 4.2) omniauth (~> 2.0) omniauth-tumblr (1.2) @@ -542,8 +543,9 @@ GEM json-jwt (>= 1.11.0) rack (>= 2.1.0) rack-piwik (0.3.0) - rack-protection (3.0.6) - rack + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) rack-rewrite (1.5.1) rack-ssl (1.4.1) rack @@ -844,8 +846,8 @@ DEPENDENCIES net-pop net-smtp nokogiri (= 1.16.5) - omniauth (= 2.1.1) - omniauth-rails_csrf_protection (= 1.0.1) + omniauth (= 2.1.2) + omniauth-rails_csrf_protection (= 1.0.2) omniauth-tumblr (= 1.2) omniauth-twitter (= 1.4.0) omniauth-wordpress (= 0.2.2)