1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

Merge pull request #394 from sleede/dependabot/bundler/omniauth-1.9.2

Bump omniauth from 1.9.1 to 1.9.2
This commit is contained in:
Sylvain 2022-09-05 10:22:45 +02:00 committed by GitHub
commit 2c1ced5223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@ gem 'pg_search'
# authentication # authentication
gem 'devise', '>= 4.6.0' gem 'devise', '>= 4.6.0'
gem 'omniauth', '~> 1.9.0' gem 'omniauth', '~> 1.9.2'
gem 'omniauth-oauth2' gem 'omniauth-oauth2'
gem 'omniauth_openid_connect' gem 'omniauth_openid_connect'
gem 'omniauth-rails_csrf_protection', '~> 0.1' gem 'omniauth-rails_csrf_protection', '~> 0.1'

View File

@ -162,7 +162,7 @@ GEM
activesupport (>= 5.0) activesupport (>= 5.0)
hashdiff (1.0.1) hashdiff (1.0.1)
hashery (2.1.2) hashery (2.1.2)
hashie (4.1.0) hashie (5.0.0)
htmlentities (4.3.4) htmlentities (4.3.4)
httparty (0.20.0) httparty (0.20.0)
mime-types (~> 3.0) mime-types (~> 3.0)
@ -248,7 +248,7 @@ GEM
multi_xml (~> 0.5) multi_xml (~> 0.5)
rack (>= 1.2, < 3) rack (>= 1.2, < 3)
oj (3.10.5) oj (3.10.5)
omniauth (1.9.1) omniauth (1.9.2)
hashie (>= 3.4.6) hashie (>= 3.4.6)
rack (>= 1.6.2, < 3) rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.6.0) omniauth-oauth2 (1.6.0)
@ -533,7 +533,7 @@ DEPENDENCIES
minitest-reporters minitest-reporters
notify_with notify_with
oj oj
omniauth (~> 1.9.0) omniauth (~> 1.9.2)
omniauth-oauth2 omniauth-oauth2
omniauth-rails_csrf_protection (~> 0.1) omniauth-rails_csrf_protection (~> 0.1)
omniauth_openid_connect omniauth_openid_connect