Skip to content

Commit

Permalink
Merge pull request #4344 from DFE-Digital/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
avinhurry authored Jul 8, 2024
2 parents 253e036 + 9f9da4f commit 7ca671e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ gem 'govuk_design_system_formbuilder', '~> 5.4'

# DfE Sign-In
gem 'omniauth', '~> 2.1'
gem 'omniauth_openid_connect', '~> 0.7'
gem 'omniauth_openid_connect', '~> 0.8'
gem 'omniauth-rails_csrf_protection', '~> 1.0'

# Data integration with BigQuery
Expand Down
25 changes: 12 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ GEM
amazing_print (1.6.0)
ast (2.4.2)
attr_extras (7.1.0)
attr_required (1.0.1)
attr_required (1.0.2)
audited (5.4.3)
activerecord (>= 5.0, < 7.2)
request_store (~> 1.2)
Expand Down Expand Up @@ -242,6 +242,8 @@ GEM
drb (2.2.1)
dry-container (0.11.0)
concurrent-ruby (~> 1.0)
email_validator (2.2.4)
activemodel
erb_lint (0.5.0)
activesupport
better_html (>= 2.0.1)
Expand Down Expand Up @@ -445,7 +447,7 @@ GEM
uri
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
net-imap (0.4.12)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -475,20 +477,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)
optimist (3.1.0)
Expand Down Expand Up @@ -531,7 +533,7 @@ GEM
rack (2.2.9)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-oauth2 (2.2.0)
rack-oauth2 (2.2.1)
activesupport
attr_required
faraday (~> 2.0)
Expand Down Expand Up @@ -729,7 +731,7 @@ GEM
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
swd (2.0.2)
swd (2.0.3)
activesupport (>= 3)
attr_required (>= 0.0.5)
faraday (~> 2.0)
Expand All @@ -748,17 +750,14 @@ GEM
unicode-display_width (2.5.0)
uniform_notifier (1.16.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
view_component (3.12.1)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
webfinger (2.1.2)
webfinger (2.1.3)
activesupport
faraday (~> 2.0)
faraday-follow_redirects
Expand Down Expand Up @@ -842,7 +841,7 @@ DEPENDENCIES
oj
omniauth (~> 2.1)
omniauth-rails_csrf_protection (~> 1.0)
omniauth_openid_connect (~> 0.7)
omniauth_openid_connect (~> 0.8)
open_api-rswag-api (= 0.2.0)!
open_api-rswag-specs (= 0.2.0)!
open_api-rswag-ui (= 0.2.0)!
Expand Down

0 comments on commit 7ca671e

Please sign in to comment.