Skip to content

Commit

Permalink
Update omniauth packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 25, 2024
1 parent e24db66 commit 390c3f3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem 'bootsnap', require: false

gem 'ipaddress', '~> 0.8.3'

gem 'omniauth_openid_connect', '~> 0.4.0'
gem 'omniauth_openid_connect', '~> 0.7.0'

gem 'omniauth-rails_csrf_protection', '~> 1.0'

Expand Down
38 changes: 20 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ GEM
minitest (>= 3.0)
hashdiff (1.0.1)
hashie (5.0.0)
httpclient (2.8.3)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
importmap-rails (1.1.5)
Expand Down Expand Up @@ -190,24 +189,24 @@ GEM
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
omniauth-rails_csrf_protection (1.0.1)
omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2)
omniauth (~> 2.0)
omniauth_openid_connect (0.4.0)
addressable (~> 2.5)
omniauth_openid_connect (0.7.1)
omniauth (>= 1.9, < 3)
openid_connect (~> 1.1)
openid_connect (1.4.2)
openid_connect (~> 2.2)
openid_connect (2.2.1)
activemodel
attr_required (>= 1.0.0)
json-jwt (>= 1.15.0)
net-smtp
rack-oauth2 (~> 1.21)
swd (~> 1.3)
faraday (~> 2.0)
faraday-follow_redirects
json-jwt (>= 1.16)
rack-oauth2 (~> 2.2)
swd (~> 2.0)
tzinfo
validate_email
validate_url
webfinger (~> 1.2)
webfinger (~> 2.0)
overcommit (0.59.1)
childprocess (>= 0.6.3, < 5)
iniparse (~> 1.4)
Expand All @@ -226,10 +225,11 @@ GEM
rack (2.2.9)
rack-mini-profiler (3.0.0)
rack (>= 1.2.0)
rack-oauth2 (1.21.3)
rack-oauth2 (2.2.1)
activesupport
attr_required
httpclient
faraday (~> 2.0)
faraday-follow_redirects
json-jwt (>= 1.11.0)
rack (>= 2.1.0)
rack-protection (3.0.3)
Expand Down Expand Up @@ -329,10 +329,11 @@ GEM
stimulus-rails (1.1.0)
railties (>= 6.0.0)
strscan (3.1.0)
swd (1.3.0)
swd (2.0.3)
activesupport (>= 3)
attr_required (>= 0.0.5)
httpclient (>= 2.4)
faraday (~> 2.0)
faraday-follow_redirects
thor (1.3.1)
timeout (0.4.1)
turbo-rails (1.3.2)
Expand All @@ -353,9 +354,10 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webfinger (1.2.0)
webfinger (2.1.3)
activesupport
httpclient (>= 2.4)
faraday (~> 2.0)
faraday-follow_redirects
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down Expand Up @@ -385,7 +387,7 @@ DEPENDENCIES
minitest (~> 5.16)
minitest-reporters (~> 1.5)
omniauth-rails_csrf_protection (~> 1.0)
omniauth_openid_connect (~> 0.4.0)
omniauth_openid_connect (~> 0.7.0)
overcommit (~> 0.59.1)
pg (~> 1.1)
puma (~> 6.0)
Expand Down

0 comments on commit 390c3f3

Please sign in to comment.