Skip to content

Commit

Permalink
Merge pull request #5669 from dodona-edu/dependabot/bundler/omniauth_…
Browse files Browse the repository at this point in the history
…openid_connect-0.8.0

Bump omniauth_openid_connect from 0.7.1 to 0.8.0
  • Loading branch information
bmesuere authored Jul 8, 2024
2 parents fe1573c + 163b1e0 commit 5a741b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ gem 'ruby-saml', '~> 1.16.0'
# omniauth
gem 'omniauth-google-oauth2', '~> 1.1.2'
gem 'omniauth-oauth2', '~> 1.8.0'
gem 'omniauth_openid_connect', '~> 0.7.1'
gem 'omniauth_openid_connect', '~> 0.8.0'
gem 'omniauth-rails_csrf_protection', '~> 1.0.2'

# Json webtokens
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
ast (2.4.2)
attr_required (1.0.1)
attr_required (1.0.2)
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
base64 (0.2.0)
Expand Down Expand Up @@ -176,6 +176,8 @@ GEM
multi_json
drb (2.2.1)
ed25519 (1.3.0)
email_validator (2.2.4)
activemodel
erubi (1.12.0)
exception_notification (4.5.0)
actionmailer (>= 5.2, < 8)
Expand All @@ -189,8 +191,9 @@ GEM
railties (>= 5.0.0)
faker (3.4.1)
i18n (>= 1.8.11, < 2)
faraday (2.9.0)
faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.1.0)
Expand Down Expand Up @@ -298,7 +301,7 @@ GEM
mysql2 (0.5.6)
net-http (0.4.1)
uri
net-imap (0.4.11)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -335,20 +338,20 @@ GEM
omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2)
omniauth (~> 2.0)
omniauth_openid_connect (0.7.1)
omniauth_openid_connect (0.8.0)
omniauth (>= 1.9, < 3)
openid_connect (~> 2.2)
openid_connect (2.2.0)
openid_connect (2.3.0)
activemodel
attr_required (>= 1.0.0)
email_validator
faraday (~> 2.0)
faraday-follow_redirects
json-jwt (>= 1.16)
net-smtp
mail
rack-oauth2 (~> 2.2)
swd (~> 2.0)
tzinfo
validate_email
validate_url
webfinger (~> 2.0)
orm_adapter (0.5.0)
Expand All @@ -368,7 +371,7 @@ GEM
actionpack (>= 6.1)
psych (5.1.2)
stringio
public_suffix (5.0.5)
public_suffix (5.1.1)
puma (6.4.2)
nio4r (~> 2.0)
pundit (2.3.2)
Expand All @@ -377,7 +380,7 @@ GEM
rack (2.2.9)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
rack-oauth2 (2.2.0)
rack-oauth2 (2.2.1)
activesupport
attr_required
faraday (~> 2.0)
Expand Down Expand Up @@ -517,7 +520,7 @@ GEM
stackprof (0.2.26)
stringio (3.1.0)
strscan (3.1.0)
swd (2.0.2)
swd (2.0.3)
activesupport (>= 3)
attr_required (>= 0.0.5)
faraday (~> 2.0)
Expand All @@ -530,9 +533,6 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.0)
validate_email (0.1.6)
activemodel (>= 3.0)
mail (>= 2.2.5)
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix
Expand All @@ -544,7 +544,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webfinger (2.1.2)
webfinger (2.1.3)
activesupport
faraday (~> 2.0)
faraday-follow_redirects
Expand Down Expand Up @@ -618,7 +618,7 @@ DEPENDENCIES
omniauth-google-oauth2 (~> 1.1.2)
omniauth-oauth2 (~> 1.8.0)
omniauth-rails_csrf_protection (~> 1.0.2)
omniauth_openid_connect (~> 0.7.1)
omniauth_openid_connect (~> 0.8.0)
premailer-rails (~> 1.12.0)
pretender (~> 0.5.0)
puma (~> 6.4.2)
Expand Down

0 comments on commit 5a741b7

Please sign in to comment.