diff --git a/Gemfile b/Gemfile index af7ddcd3d7..20c6d7af4d 100644 --- a/Gemfile +++ b/Gemfile @@ -16,9 +16,9 @@ gem "delayed_job_active_record" gem "delayed_job_web" gem "devise", "~> 4.9" gem "email_validator", require: "email_validator/strict" -gem "flipper", "~> 1.2.2" -gem "flipper-active_record", "~> 1.2.2" -gem "flipper-ui", "~> 1.2.2" +gem "flipper", "~> 1.3.1" +gem "flipper-active_record", "~> 1.3.1" +gem "flipper-ui", "~> 1.3.1" gem "google-cloud-bigquery" gem "govuk-components", "~> 5.7.0" gem "govuk_design_system_formbuilder", "~> 5.4.0" @@ -86,7 +86,7 @@ end group :test do gem "axe-core-capybara", "~> 4.6" - gem "axe-core-rspec", "~> 4.9" + gem "axe-core-rspec", "~> 4.10" gem "rspec-default_http_header" gem "selenium-webdriver" gem "shoulda-matchers", "~> 6.4" diff --git a/Gemfile.lock b/Gemfile.lock index 889aecbb31..a4ffbd9128 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,63 +1,58 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.1.3.4) - actionpack (= 7.1.3.4) - activesupport (= 7.1.3.4) + actioncable (7.2.0) + actionpack (= 7.2.0) + activesupport (= 7.2.0) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.1.3.4) - actionpack (= 7.1.3.4) - activejob (= 7.1.3.4) - activerecord (= 7.1.3.4) - activestorage (= 7.1.3.4) - activesupport (= 7.1.3.4) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.1.3.4) - actionpack (= 7.1.3.4) - actionview (= 7.1.3.4) - activejob (= 7.1.3.4) - activesupport (= 7.1.3.4) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp + actionmailbox (7.2.0) + actionpack (= 7.2.0) + activejob (= 7.2.0) + activerecord (= 7.2.0) + activestorage (= 7.2.0) + activesupport (= 7.2.0) + mail (>= 2.8.0) + actionmailer (7.2.0) + actionpack (= 7.2.0) + actionview (= 7.2.0) + activejob (= 7.2.0) + activesupport (= 7.2.0) + mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.1.3.4) - actionview (= 7.1.3.4) - activesupport (= 7.1.3.4) + actionpack (7.2.0) + actionview (= 7.2.0) + activesupport (= 7.2.0) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.3.4) - actionpack (= 7.1.3.4) - activerecord (= 7.1.3.4) - activestorage (= 7.1.3.4) - activesupport (= 7.1.3.4) + useragent (~> 0.16) + actiontext (7.2.0) + actionpack (= 7.2.0) + activerecord (= 7.2.0) + activestorage (= 7.2.0) + activesupport (= 7.2.0) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.3.4) - activesupport (= 7.1.3.4) + actionview (7.2.0) + activesupport (= 7.2.0) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.3.4) - activesupport (= 7.1.3.4) + activejob (7.2.0) + activesupport (= 7.2.0) globalid (>= 0.3.6) - activemodel (7.1.3.4) - activesupport (= 7.1.3.4) - activerecord (7.1.3.4) - activemodel (= 7.1.3.4) - activesupport (= 7.1.3.4) + activemodel (7.2.0) + activesupport (= 7.2.0) + activerecord (7.2.0) + activemodel (= 7.2.0) + activesupport (= 7.2.0) timeout (>= 0.4.0) activerecord-session_store (2.1.0) actionpack (>= 6.1) @@ -66,34 +61,35 @@ GEM multi_json (~> 1.11, >= 1.11.2) rack (>= 2.0.8, < 4) railties (>= 6.1) - activestorage (7.1.3.4) - actionpack (= 7.1.3.4) - activejob (= 7.1.3.4) - activerecord (= 7.1.3.4) - activesupport (= 7.1.3.4) + activestorage (7.2.0) + actionpack (= 7.2.0) + activejob (= 7.2.0) + activerecord (= 7.2.0) + activesupport (= 7.2.0) marcel (~> 1.0) - activesupport (7.1.3.4) + activesupport (7.2.0) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) amazing_print (1.6.0) ast (2.4.2) - axe-core-api (4.9.1) + axe-core-api (4.10.0) dumb_delegator virtus axe-core-capybara (4.6.1) axe-core-api dumb_delegator - axe-core-rspec (4.9.1) - axe-core-api (= 4.9.1) + axe-core-rspec (4.10.0) + axe-core-api (= 4.10.0) dumb_delegator virtus axiom-types (0.1.1) @@ -169,9 +165,9 @@ GEM warden (~> 1.2.3) diff-lcs (1.5.1) docile (1.4.0) - dotenv (3.1.3) - dotenv-rails (3.1.3) - dotenv (= 3.1.3) + dotenv (3.1.4) + dotenv-rails (3.1.4) + dotenv (= 3.1.4) railties (>= 6.1) drb (2.2.1) dumb_delegator (1.0.0) @@ -195,16 +191,17 @@ GEM faraday-net_http (3.1.0) net-http ffi (1.16.3) - flipper (1.2.2) + flipper (1.3.1) concurrent-ruby (< 2) - flipper-active_record (1.2.2) + flipper-active_record (1.3.1) activerecord (>= 4.2, < 8) - flipper (~> 1.2.2) - flipper-ui (1.2.2) + flipper (~> 1.3.1) + flipper-ui (1.3.1) erubi (>= 1.0.0, < 2.0.0) - flipper (~> 1.2.2) + flipper (~> 1.3.1) rack (>= 1.4, < 4) - rack-protection (>= 1.5.3, <= 4.0.0) + rack-protection (>= 1.5.3, < 5.0.0) + rack-session (>= 1.0.2, < 3.0.0) sanitize (< 7) fugit (1.11.1) et-orbi (~> 1, >= 1.2.11) @@ -286,7 +283,7 @@ GEM faraday (>= 1.10, < 3.0) faraday-gzip (>= 1.0, < 3.0) rack (>= 0.2) - jwt (2.8.2) + jwt (2.9.3) base64 knapsack (4.0.0) rake @@ -305,12 +302,12 @@ GEM net-imap net-pop net-smtp - mail-notify (1.2.0) - actionmailer (>= 5.2.4.6) - actionpack (>= 5.2.7.1) - actionview (>= 5.2.7.1) - activesupport (>= 5.2.4.6) - notifications-ruby-client (~> 5.1) + mail-notify (2.0.0) + actionmailer (>= 5.2.8.1) + actionpack (>= 5.2.8.1) + actionview (>= 5.2.8.1) + activesupport (>= 5.2.8.1) + notifications-ruby-client (~> 6.0) rack (>= 2.1.4.1) marcel (1.0.4) matrix (0.4.2) @@ -324,7 +321,6 @@ GEM bigdecimal (~> 3.1) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - mutex_m (0.2.0) net-http (0.4.1) uri net-imap (0.4.16) @@ -346,7 +342,7 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - notifications-ruby-client (5.4.0) + notifications-ruby-client (6.2.0) jwt (>= 1.5, < 3) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) @@ -400,7 +396,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (2.2.9) + rack (2.2.10) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-protection (3.1.0) @@ -412,20 +408,20 @@ GEM rackup (1.0.0) rack (< 3) webrick - rails (7.1.3.4) - actioncable (= 7.1.3.4) - actionmailbox (= 7.1.3.4) - actionmailer (= 7.1.3.4) - actionpack (= 7.1.3.4) - actiontext (= 7.1.3.4) - actionview (= 7.1.3.4) - activejob (= 7.1.3.4) - activemodel (= 7.1.3.4) - activerecord (= 7.1.3.4) - activestorage (= 7.1.3.4) - activesupport (= 7.1.3.4) + rails (7.2.0) + actioncable (= 7.2.0) + actionmailbox (= 7.2.0) + actionmailer (= 7.2.0) + actionpack (= 7.2.0) + actiontext (= 7.2.0) + actionview (= 7.2.0) + activejob (= 7.2.0) + activemodel (= 7.2.0) + activerecord (= 7.2.0) + activestorage (= 7.2.0) + activesupport (= 7.2.0) bundler (>= 1.15.0) - railties (= 7.1.3.4) + railties (= 7.2.0) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -437,10 +433,10 @@ GEM rack railties (>= 5.1) semantic_logger (~> 4.16) - railties (7.1.3.4) - actionpack (= 7.1.3.4) - activesupport (= 7.1.3.4) - irb + railties (7.2.0) + actionpack (= 7.2.0) + activesupport (= 7.2.0) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) @@ -537,7 +533,7 @@ GEM ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) - sanitize (6.1.0) + sanitize (6.1.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) sass (3.7.4) @@ -553,6 +549,7 @@ GEM scss_lint-govuk (0.2.0) scss_lint secure_headers (6.7.0) + securerandom (0.3.1) selenium-webdriver (4.25.0) base64 (~> 0.2) logger (~> 1.4) @@ -625,6 +622,7 @@ GEM unicode-display_width (2.5.0) uniform_notifier (1.16.0) uri (0.13.0) + useragent (0.16.10) version_gem (1.1.1) view_component (3.16.0) activesupport (>= 5.2.0, < 8.0) @@ -656,7 +654,7 @@ GEM activerecord (>= 6.0) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.18) + zeitwerk (2.7.0) zlib (3.1.0) PLATFORMS @@ -670,7 +668,7 @@ DEPENDENCIES activerecord-session_store amazing_print axe-core-capybara (~> 4.6) - axe-core-rspec (~> 4.9) + axe-core-rspec (~> 4.10) blueprinter bootsnap (>= 1.1.0) brakeman @@ -691,9 +689,9 @@ DEPENDENCIES email_validator factory_bot_rails faker (~> 3.4) - flipper (~> 1.2.2) - flipper-active_record (~> 1.2.2) - flipper-ui (~> 1.2.2) + flipper (~> 1.3.1) + flipper-active_record (~> 1.3.1) + flipper-ui (~> 1.3.1) google-cloud-bigquery govuk-components (~> 5.7.0) govuk_design_system_formbuilder (~> 5.4.0)