Skip to content

Commit

Permalink
Upgrade openid dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timpeat committed Jul 5, 2024
1 parent 4d4cb23 commit 0c7f986
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gem 'dry-schema'
gem 'dry-struct'

gem 'devise'
gem 'omniauth_openid_connect', '0.7.1'
gem 'omniauth_openid_connect', '0.8.0'
gem 'omniauth-rails_csrf_protection'

gem 'aws-sdk-sns', '~> 1.60', require: false
Expand Down
44 changes: 22 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.2)
attr_required (1.0.1)
attr_required (1.0.2)
aws-eventstream (1.3.0)
aws-partitions (1.864.0)
aws-sdk-core (3.190.0)
Expand Down Expand Up @@ -155,7 +155,7 @@ GEM
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crack (1.0.0)
bigdecimal
Expand Down Expand Up @@ -215,6 +215,8 @@ GEM
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
dumb_delegator (1.0.0)
email_validator (2.2.4)
activemodel
erb_lint (0.5.0)
activesupport
better_html (>= 2.0.1)
Expand All @@ -223,13 +225,12 @@ GEM
rubocop
smart_properties
erubi (1.12.0)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday (2.9.2)
faraday-net_http (>= 2.0, < 3.2)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.0.2)
faraday-net_http (3.1.0)
net-http
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.24.4)
Expand Down Expand Up @@ -306,13 +307,15 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.23.1)
minitest (5.24.1)
moj-simple-jwt-auth (0.1.0)
json
jwt
msgpack (1.7.2)
mutex_m (0.2.0)
net-imap (0.4.12)
net-http (0.4.1)
uri
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -336,20 +339,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 @@ -366,12 +369,12 @@ GEM
method_source (~> 1.0)
psych (5.1.2)
stringio
public_suffix (5.0.3)
public_suffix (5.1.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
rack-oauth2 (2.2.0)
rack-oauth2 (2.2.1)
activesupport
attr_required
faraday (~> 2.0)
Expand Down Expand Up @@ -492,7 +495,6 @@ GEM
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
ruby_event_store (2.13.0)
concurrent-ruby (~> 1.0, >= 1.1.6)
ruby_event_store-active_record (2.13.0)
Expand Down Expand Up @@ -535,7 +537,7 @@ GEM
stackprof (0.2.25)
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 @@ -550,9 +552,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
validate_email (0.1.6)
activemodel (>= 3.0)
mail (>= 2.2.5)
uri (0.13.0)
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix
Expand All @@ -571,7 +571,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
lograge
logstash-event
omniauth-rails_csrf_protection
omniauth_openid_connect (= 0.7.1)
omniauth_openid_connect (= 0.8.0)
pg (~> 1.4)
prometheus_exporter
pry
Expand Down

0 comments on commit 0c7f986

Please sign in to comment.