Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade openid connect dependencies #641

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
40 changes: 20 additions & 20 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 @@ -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 (4.27.2)
Expand Down Expand Up @@ -316,7 +317,9 @@ GEM
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 @@ -340,20 +343,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 @@ -370,12 +373,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 @@ -487,7 +490,6 @@ GEM
rubocop-rspec (3.0.2)
rubocop (~> 1.61)
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 @@ -530,7 +532,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 @@ -545,9 +547,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 @@ -566,7 +566,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 @@ -613,7 +613,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
Loading