diff --git a/Gemfile b/Gemfile index 8c58aa88..a5318dea 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ gem 'dry-struct' gem 'devise' gem 'omniauth_openid_connect', '0.7.1' -gem 'omniauth-rails_csrf_protection' +gem 'omniauth-rails_csrf_protection', '>= 1.0.2' gem 'aws-sdk-sns', '~> 1.60', require: false diff --git a/Gemfile.lock b/Gemfile.lock index ad3f6a41..74845b78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (3.1.6) + bigdecimal (3.1.8) bindata (2.5.0) bindex (0.8.1) bootsnap (1.17.0) @@ -249,7 +249,7 @@ GEM hashie (5.0.0) html-attributes-utils (1.0.2) activesupport (>= 6.1.4.4) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) ice_nine (0.11.2) importmap-rails (2.0.1) @@ -303,8 +303,8 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.5) - minitest (5.22.2) + mini_portile2 (2.8.6) + minitest (5.22.3) moj-simple-jwt-auth (0.1.0) json jwt @@ -320,18 +320,18 @@ GEM net-smtp (0.4.0.1) net-protocol nio4r (2.7.0) - nokogiri (1.16.2) + nokogiri (1.15.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.15.6-x86_64-linux) racc (~> 1.4) notifications-ruby-client (5.4.0) jwt (>= 1.5, < 3) - omniauth (2.1.1) + omniauth (2.1.2) hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-rails_csrf_protection (1.0.1) + omniauth-rails_csrf_protection (1.0.2) actionpack (>= 4.2) omniauth (~> 2.0) omniauth_openid_connect (0.7.1) @@ -368,7 +368,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (2.2.8.1) + rack (2.2.9) rack-oauth2 (2.2.0) activesupport attr_required @@ -376,7 +376,8 @@ GEM faraday-follow_redirects json-jwt (>= 1.11.0) rack (>= 2.1.0) - rack-protection (3.1.0) + rack-protection (3.2.0) + base64 (>= 0.1.0) rack (~> 2.2, >= 2.2.4) rack-session (1.0.2) rack (< 3) @@ -498,7 +499,7 @@ GEM sass-embedded (1.69.5) google-protobuf (~> 3.23) rake (>= 13.0.0) - sass-embedded (1.69.5-x86_64-linux-gnu) + sass-embedded (1.69.5-x86_64-linux) google-protobuf (~> 3.23) selenium-webdriver (4.14.0) rexml (~> 3.2, >= 3.2.5) @@ -607,7 +608,7 @@ DEPENDENCIES laa-criminal-legal-aid-schemas! lograge logstash-event - omniauth-rails_csrf_protection + omniauth-rails_csrf_protection (>= 1.0.2) omniauth_openid_connect (= 0.7.1) pg (~> 1.4) prometheus_exporter @@ -631,7 +632,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.2p53 + ruby 2.7.8p225 BUNDLED WITH 2.4.6