diff --git a/Gemfile b/Gemfile index 9e19b81431..a8bc55bbcb 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'jsbundling-rails', '>= 1.2.2' gem 'jwt' gem 'mini_magick', '>= 4.9.5' gem 'omniauth', '~> 2.1.2' -gem 'omniauth_openid_connect', '>= 0.6.1' +gem 'omniauth_openid_connect', '>= 0.8.0' gem 'omniauth-rails_csrf_protection', '~> 1.0.2' gem 'pagy', '~> 6.0', '>= 6.0.0' gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index 86bfec749b..029ee3cd69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) aes_key_wrap (1.1.0) ast (2.4.2) - attr_required (1.0.1) + attr_required (1.0.2) aws-eventstream (1.2.0) aws-partitions (1.708.0) aws-sdk-core (3.170.0) @@ -158,6 +158,8 @@ GEM dotenv (= 2.8.1) railties (>= 3.2) drb (2.2.1) + email_validator (2.2.4) + activemodel erubi (1.12.0) factory_bot (6.4.5) activesupport (>= 5.0.0) @@ -166,7 +168,7 @@ GEM railties (>= 5.0.0) faker (3.1.1) i18n (>= 1.8.11, < 2) - faraday (2.9.0) + faraday (2.9.2) faraday-net_http (>= 2.0, < 3.2) faraday-follow_redirects (0.3.0) faraday (>= 1, < 3) @@ -261,13 +263,13 @@ GEM mini_magick (4.12.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.23.1) + minitest (5.24.1) msgpack (1.6.0) multi_json (1.15.0) mutex_m (0.2.0) net-http (0.4.1) uri - net-imap (0.4.12) + net-imap (0.4.14) date net-protocol net-pop (0.1.2) @@ -289,20 +291,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) os (1.1.4) @@ -314,12 +316,12 @@ GEM pg (1.4.5) psych (5.1.2) stringio - public_suffix (5.0.3) + public_suffix (5.1.1) puma (5.6.8) 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) @@ -450,7 +452,7 @@ GEM activesupport (>= 6.1) sprockets (>= 3.0.0) stringio (3.1.0) - swd (2.0.2) + swd (2.0.3) activesupport (>= 3) attr_required (>= 0.0.5) faraday (~> 2.0) @@ -464,9 +466,6 @@ GEM uber (0.1.0) unicode-display_width (2.4.2) 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 @@ -479,7 +478,7 @@ GEM nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (~> 4.0) - webfinger (2.1.2) + webfinger (2.1.3) activesupport faraday (~> 2.0) faraday-follow_redirects @@ -530,7 +529,7 @@ DEPENDENCIES mini_magick (>= 4.9.5) omniauth (~> 2.1.2) omniauth-rails_csrf_protection (~> 1.0.2) - omniauth_openid_connect (>= 0.6.1) + omniauth_openid_connect (>= 0.8.0) pagy (~> 6.0, >= 6.0.0) pg puma (~> 5.6) @@ -551,3 +550,9 @@ DEPENDENCIES web-console (>= 4.2.1) webdrivers webmock + +RUBY VERSION + ruby 3.0.0p0 + +BUNDLED WITH + 2.2.3