Bump omniauth and omniauth-rails_csrf_protection

This commit is contained in:
Benjamin Neff 2024-05-30 03:34:50 +02:00
parent 12e21555ee
commit 1c621dc999
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 10 additions and 8 deletions

View file

@ -125,8 +125,8 @@ gem "secure_headers", "6.5.0"
# Services # Services
gem "omniauth", "2.1.1" gem "omniauth", "2.1.2"
gem "omniauth-rails_csrf_protection", "1.0.1" gem "omniauth-rails_csrf_protection", "1.0.2"
gem "omniauth-tumblr", "1.2" gem "omniauth-tumblr", "1.2"
gem "omniauth-twitter", "1.4.0" gem "omniauth-twitter", "1.4.0"
gem "omniauth-wordpress", "0.2.2" gem "omniauth-wordpress", "0.2.2"

View file

@ -89,6 +89,7 @@ GEM
babel-transpiler (0.7.0) babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6) babel-source (>= 4.0, < 6)
execjs (~> 2.0) execjs (~> 2.0)
base64 (0.2.0)
bcrypt (3.1.20) bcrypt (3.1.20)
bindata (2.4.15) bindata (2.4.15)
bootstrap-sass (3.4.1) bootstrap-sass (3.4.1)
@ -451,7 +452,7 @@ GEM
octokit (6.1.1) octokit (6.1.1)
faraday (>= 1, < 3) faraday (>= 1, < 3)
sawyer (~> 0.9) sawyer (~> 0.9)
omniauth (2.1.1) omniauth (2.1.2)
hashie (>= 3.4.6) hashie (>= 3.4.6)
rack (>= 2.2.3) rack (>= 2.2.3)
rack-protection rack-protection
@ -461,7 +462,7 @@ GEM
omniauth-oauth2 (1.8.0) omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3) oauth2 (>= 1.4, < 3)
omniauth (~> 2.0) omniauth (~> 2.0)
omniauth-rails_csrf_protection (1.0.1) omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2) actionpack (>= 4.2)
omniauth (~> 2.0) omniauth (~> 2.0)
omniauth-tumblr (1.2) omniauth-tumblr (1.2)
@ -542,8 +543,9 @@ GEM
json-jwt (>= 1.11.0) json-jwt (>= 1.11.0)
rack (>= 2.1.0) rack (>= 2.1.0)
rack-piwik (0.3.0) rack-piwik (0.3.0)
rack-protection (3.0.6) rack-protection (3.2.0)
rack base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-rewrite (1.5.1) rack-rewrite (1.5.1)
rack-ssl (1.4.1) rack-ssl (1.4.1)
rack rack
@ -844,8 +846,8 @@ DEPENDENCIES
net-pop net-pop
net-smtp net-smtp
nokogiri (= 1.16.5) nokogiri (= 1.16.5)
omniauth (= 2.1.1) omniauth (= 2.1.2)
omniauth-rails_csrf_protection (= 1.0.1) omniauth-rails_csrf_protection (= 1.0.2)
omniauth-tumblr (= 1.2) omniauth-tumblr (= 1.2)
omniauth-twitter (= 1.4.0) omniauth-twitter (= 1.4.0)
omniauth-wordpress (= 0.2.2) omniauth-wordpress (= 0.2.2)