From 384a4d3a15e533caaca13d9b5b9b387cdbde8fc9 Mon Sep 17 00:00:00 2001 From: Pavel Lisovin Date: Wed, 12 Jul 2023 08:43:01 +0100 Subject: [PATCH] Rollback gemfile --- .ruby-version | 2 +- Gemfile | 8 +- Gemfile.lock | 385 +++++++++++++++++++++++++------------------------- 3 files changed, 195 insertions(+), 200 deletions(-) diff --git a/.ruby-version b/.ruby-version index fd2a01863f..ff365e06b9 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.0 +3.1.3 diff --git a/Gemfile b/Gemfile index 12c7d84187..88a02c9661 100644 --- a/Gemfile +++ b/Gemfile @@ -68,8 +68,6 @@ gem 'sentry-rails' gem 'sentry-ruby' gem 'sentry-sidekiq' -gem 'nokogiri' - gem 'rack-attack' gem 'rack-rewrite' gem 'rack-timeout' @@ -89,7 +87,7 @@ gem 'activerecord-import' # See https://github.com/adzap/validates_timeliness/pull/213 gem "validates_timeliness", github: "mitsuru/validates_timeliness", ref: "f28a625" -gem "get_into_teaching_api_client_faraday", github: "DFE-Digital/get-into-teaching-api-ruby-client", ref: "6619b0f", require: "api/client" +gem "get_into_teaching_api_client_faraday", github: "DFE-Digital/get-into-teaching-api-ruby-client", require: "api/client" # See https://github.com/mikel/mail/pull/1439 gem 'net-smtp', require: false @@ -121,7 +119,7 @@ group :development, :test do gem 'rspec-rails', '~> 6.0.1' gem 'rspec-sonarqube-formatter' - gem 'brakeman', '>= 6.0.0' + gem 'brakeman', '>= 5.2.3' gem 'bullet' @@ -148,7 +146,7 @@ group :test do gem 'selenium-webdriver' - gem 'cucumber-rails', '>= 2.6.1', require: false + gem 'cucumber-rails', '>= 2.4.0', require: false gem 'database_cleaner' gem 'rails-controller-testing', '>= 1.0.5' diff --git a/Gemfile.lock b/Gemfile.lock index 89531f5afe..bcf11de154 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,12 +9,11 @@ GIT GIT remote: https://github.com/DFE-Digital/get-into-teaching-api-ruby-client.git - revision: 6619b0f9e00db68618deb05ef493930d2dff3b5d - ref: 6619b0f + revision: a7a90dcad3504755cde124a7e180cdc9e6211c2d specs: - get_into_teaching_api_client (3.3.0) + get_into_teaching_api_client (3.2.0) faraday (~> 1.0, >= 1.0.1) - get_into_teaching_api_client_faraday (3.3.0) + get_into_teaching_api_client_faraday (3.2.0) activesupport faraday faraday-encoding @@ -42,97 +41,101 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (7.0.6) - actionpack (= 7.0.6) - activesupport (= 7.0.6) + actioncable (7.0.4.3) + actionpack (= 7.0.4.3) + activesupport (= 7.0.4.3) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.6) - actionpack (= 7.0.6) - activejob (= 7.0.6) - activerecord (= 7.0.6) - activestorage (= 7.0.6) - activesupport (= 7.0.6) + actionmailbox (7.0.4.3) + actionpack (= 7.0.4.3) + activejob (= 7.0.4.3) + activerecord (= 7.0.4.3) + activestorage (= 7.0.4.3) + activesupport (= 7.0.4.3) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.6) - actionpack (= 7.0.6) - actionview (= 7.0.6) - activejob (= 7.0.6) - activesupport (= 7.0.6) + actionmailer (7.0.4.3) + actionpack (= 7.0.4.3) + actionview (= 7.0.4.3) + activejob (= 7.0.4.3) + activesupport (= 7.0.4.3) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.0) - actionpack (7.0.6) - actionview (= 7.0.6) - activesupport (= 7.0.6) - rack (~> 2.0, >= 2.2.4) + actionpack (7.0.4.3) + actionview (= 7.0.4.3) + activesupport (= 7.0.4.3) + rack (~> 2.0, >= 2.2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) actionpack-cloudfront (1.2.0) actionpack (>= 4.2) railties (>= 4.2) - actiontext (7.0.6) - actionpack (= 7.0.6) - activerecord (= 7.0.6) - activestorage (= 7.0.6) - activesupport (= 7.0.6) + actiontext (7.0.4.3) + actionpack (= 7.0.4.3) + activerecord (= 7.0.4.3) + activestorage (= 7.0.4.3) + activesupport (= 7.0.4.3) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.6) - activesupport (= 7.0.6) + actionview (7.0.4.3) + activesupport (= 7.0.4.3) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.6) - activesupport (= 7.0.6) + active_attr (0.15.4) + actionpack (>= 3.0.2, < 7.1) + activemodel (>= 3.0.2, < 7.1) + activesupport (>= 3.0.2, < 7.1) + activejob (7.0.4.3) + activesupport (= 7.0.4.3) globalid (>= 0.3.6) - activemodel (7.0.6) - activesupport (= 7.0.6) - activerecord (7.0.6) - activemodel (= 7.0.6) - activesupport (= 7.0.6) + activemodel (7.0.4.3) + activesupport (= 7.0.4.3) + activerecord (7.0.4.3) + activemodel (= 7.0.4.3) + activesupport (= 7.0.4.3) activerecord-import (1.4.1) activerecord (>= 4.2) - activerecord-postgis-adapter (8.0.2) + activerecord-postgis-adapter (8.0.1) activerecord (~> 7.0.0) rgeo-activerecord (~> 7.0.0) - activestorage (7.0.6) - actionpack (= 7.0.6) - activejob (= 7.0.6) - activerecord (= 7.0.6) - activesupport (= 7.0.6) + activestorage (7.0.4.3) + actionpack (= 7.0.4.3) + activejob (= 7.0.4.3) + activerecord (= 7.0.4.3) + activesupport (= 7.0.4.3) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (7.0.6) + activesupport (7.0.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - acts_as_list (1.1.0) + acts_as_list (1.0.4) activerecord (>= 4.2) - addressable (2.8.4) + addressable (2.8.2) public_suffix (>= 2.0.2, < 6.0) aes_key_wrap (1.1.0) amazing_print (1.5.0) - anyway_config (2.4.2) + anyway_config (2.4.0) ruby-next-core (>= 0.14.0) ast (2.4.2) attr_required (1.0.1) - bindata (2.4.15) + bindata (2.4.14) bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) - brakeman (6.0.0) + brakeman (5.4.1) breasal (0.0.1) builder (3.2.4) - bullet (7.0.7) + bullet (7.0.4) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) @@ -151,42 +154,48 @@ GEM choice (0.2.0) coderay (1.1.3) concurrent-ruby (1.2.2) - connection_pool (2.4.1) + connection_pool (2.4.0) crack (0.4.5) rexml crass (1.0.6) - cucumber (8.0.0) + cucumber (7.1.0) builder (~> 3.2, >= 3.2.4) - cucumber-ci-environment (~> 9.0, >= 9.0.4) - cucumber-core (~> 11.0, >= 11.0.0) - cucumber-cucumber-expressions (~> 15.1, >= 15.1.1) - cucumber-gherkin (~> 23.0, >= 23.0.1) - cucumber-html-formatter (~> 19.1, >= 19.1.0) - cucumber-messages (~> 18.0, >= 18.0.0) - diff-lcs (~> 1.5, >= 1.5.0) - mime-types (~> 3.4, >= 3.4.1) - multi_test (~> 1.1, >= 1.1.0) + cucumber-core (~> 10.1, >= 10.1.0) + cucumber-create-meta (~> 6.0, >= 6.0.1) + cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) + cucumber-gherkin (~> 22.0, >= 22.0.0) + cucumber-html-formatter (~> 17.0, >= 17.0.0) + cucumber-messages (~> 17.1, >= 17.1.1) + cucumber-wire (~> 6.2, >= 6.2.0) + diff-lcs (~> 1.4, >= 1.4.4) + mime-types (~> 3.3, >= 3.3.1) + multi_test (~> 0.1, >= 0.1.2) sys-uname (~> 1.2, >= 1.2.2) - cucumber-ci-environment (9.2.0) - cucumber-core (11.0.0) - cucumber-gherkin (~> 23.0, >= 23.0.1) - cucumber-messages (~> 18.0, >= 18.0.0) + cucumber-core (10.1.1) + cucumber-gherkin (~> 22.0, >= 22.0.0) + cucumber-messages (~> 17.1, >= 17.1.1) cucumber-tag-expressions (~> 4.1, >= 4.1.0) - cucumber-cucumber-expressions (15.2.0) - cucumber-gherkin (23.0.1) - cucumber-messages (~> 18.0, >= 18.0.0) - cucumber-html-formatter (19.2.0) - cucumber-messages (~> 18.0, >= 18.0.0) - cucumber-messages (18.0.0) - cucumber-rails (2.6.1) + cucumber-create-meta (6.0.4) + cucumber-messages (~> 17.1, >= 17.1.1) + sys-uname (~> 1.2, >= 1.2.2) + cucumber-cucumber-expressions (14.0.0) + cucumber-gherkin (22.0.0) + cucumber-messages (~> 17.1, >= 17.1.1) + cucumber-html-formatter (17.0.0) + cucumber-messages (~> 17.1, >= 17.1.0) + cucumber-messages (17.1.1) + cucumber-rails (2.5.1) capybara (>= 2.18, < 4) - cucumber (>= 3.2, < 9) + cucumber (>= 3.2, < 8) mime-types (~> 3.3) nokogiri (~> 1.10) railties (>= 5.0, < 8) rexml (~> 3.0) webrick (~> 1.7) cucumber-tag-expressions (4.1.0) + cucumber-wire (6.2.1) + cucumber-core (~> 10.1, >= 10.1.0) + cucumber-cucumber-expressions (~> 14.0, >= 14.0.0) daemons (1.4.1) database_cleaner (2.0.2) database_cleaner-active_record (>= 2, < 3) @@ -228,7 +237,7 @@ GEM faraday-encoding (0.0.5) faraday faraday-excon (1.1.0) - faraday-http-cache (2.5.0) + faraday-http-cache (2.4.1) faraday (>= 0.8) faraday-httpclient (1.0.1) faraday-multipart (1.0.4) @@ -248,12 +257,12 @@ GEM fugit (1.8.1) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) - geocoder (1.8.2) + geocoder (1.8.1) globalid (1.1.0) activesupport (>= 5.0) - google-apis-bigquery_v2 (0.55.0) - google-apis-core (>= 0.11.0, < 2.a) - google-apis-core (0.11.0) + google-apis-bigquery_v2 (0.42.0) + google-apis-core (>= 0.9.0, < 2.a) + google-apis-core (0.9.1) addressable (~> 2.5, >= 2.5.1) googleauth (>= 0.16.2, < 2.a) httpclient (>= 2.8.1, < 3.a) @@ -262,7 +271,7 @@ GEM retriable (>= 2.0, < 4.a) rexml webrick - google-cloud-bigquery (1.43.1) + google-cloud-bigquery (1.39.0) concurrent-ruby (~> 1.0) google-apis-bigquery_v2 (~> 0.1) google-cloud-core (~> 1.6) @@ -273,37 +282,37 @@ GEM google-cloud-errors (~> 1.0) google-cloud-env (1.6.0) faraday (>= 0.17.3, < 3.0) - google-cloud-errors (1.3.1) - googleauth (1.6.0) + google-cloud-errors (1.3.0) + googleauth (1.3.0) faraday (>= 0.17.3, < 3.a) jwt (>= 1.4, < 3.0) memoist (~> 0.16) multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) - govuk_design_system_formbuilder (3.3.0) + govuk_design_system_formbuilder (4.0.0) actionview (>= 6.1) activemodel (>= 6.1) activesupport (>= 6.1) - html-attributes-utils (~> 0.9, >= 0.9.2) + html-attributes-utils (~> 1) hashdiff (1.0.1) hashids (1.0.6) - html-attributes-utils (0.9.2) + html-attributes-utils (1.0.0) activesupport (>= 6.1.4.4) htmlentities (4.3.4) httpclient (2.8.3) - i18n (1.14.1) + i18n (1.13.0) concurrent-ruby (~> 1.0) ice_cube (0.16.4) invisible_captcha (2.1.0) rails (>= 5.2) - json (2.6.3) + json (2.6.2) json-jwt (1.15.3) activesupport (>= 4.2) aes_key_wrap bindata httpclient - jwt (2.7.1) + jwt (2.5.0) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -316,10 +325,9 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) - language_server-protocol (3.17.0.3) - launchy (2.5.2) - addressable (~> 2.8) - listen (3.8.0) + launchy (2.5.0) + addressable (~> 2.7) + listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.21.3) @@ -333,19 +341,19 @@ GEM marcel (1.0.2) matrix (0.4.2) memoist (0.16.2) - meta-tags (2.18.0) + meta-tags (2.17.0) actionpack (>= 3.2.0, < 7.1) method_source (1.0.0) mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2023.0218.1) + mime-types-data (3.2022.0105) mini_mime (1.1.2) - minitest (5.18.1) + minitest (5.18.0) msgpack (1.7.1) multi_json (1.15.0) - multi_test (1.1.0) + multi_test (0.1.2) multipart-post (2.3.0) - net-imap (0.3.6) + net-imap (0.3.4) date net-protocol net-pop (0.1.2) @@ -355,7 +363,7 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.15.3-x86_64-darwin) + nokogiri (1.15.1-x86_64-darwin) racc (~> 1.4) notifications-ruby-client (5.4.0) jwt (>= 1.5, < 3) @@ -371,19 +379,18 @@ GEM validate_url webfinger (~> 1.2) os (1.1.4) - parallel (1.23.0) - parallel_tests (4.2.1) + parallel (1.22.1) + parallel_tests (3.13.0) parallel - parser (3.2.2.3) + parser (3.1.2.0) ast (~> 2.4.1) - racc - pg (1.5.3) + pg (1.4.3) pg_search (2.3.6) activerecord (>= 5.2) activesupport (>= 5.2) phonelib (0.8.2) prometheus-client (2.1.0) - pry (0.14.2) + pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) pry-byebug (3.10.1) @@ -391,11 +398,11 @@ GEM pry (>= 0.13, < 0.15) pry-rails (0.3.9) pry (>= 0.10.4) - public_suffix (5.0.3) - puma (6.3.0) + public_suffix (5.0.1) + puma (6.1.1) nio4r (~> 2.0) raabro (1.4.0) - racc (1.7.1) + racc (1.6.2) rack (2.2.7) rack-attack (6.6.1) rack (>= 1.0, < 3) @@ -411,56 +418,54 @@ GEM rack-test (2.1.0) rack (>= 1.3) rack-timeout (0.6.3) - rails (7.0.6) - actioncable (= 7.0.6) - actionmailbox (= 7.0.6) - actionmailer (= 7.0.6) - actionpack (= 7.0.6) - actiontext (= 7.0.6) - actionview (= 7.0.6) - activejob (= 7.0.6) - activemodel (= 7.0.6) - activerecord (= 7.0.6) - activestorage (= 7.0.6) - activesupport (= 7.0.6) + rails (7.0.4.3) + actioncable (= 7.0.4.3) + actionmailbox (= 7.0.4.3) + actionmailer (= 7.0.4.3) + actionpack (= 7.0.4.3) + actiontext (= 7.0.4.3) + actionview (= 7.0.4.3) + activejob (= 7.0.4.3) + activemodel (= 7.0.4.3) + activerecord (= 7.0.4.3) + activestorage (= 7.0.4.3) + activesupport (= 7.0.4.3) bundler (>= 1.15.0) - railties (= 7.0.6) + railties (= 7.0.4.3) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) activesupport (>= 5.0.1.rc1) - rails-dom-testing (2.1.1) - activesupport (>= 5.0.0) - minitest + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-erd (1.7.2) activerecord (>= 4.2) activesupport (>= 4.2) choice (~> 0.2.0) ruby-graphviz (~> 1.2) - rails-html-sanitizer (1.6.0) - loofah (~> 2.21) - nokogiri (~> 1.14) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) rails_semantic_logger (4.12.0) rack railties (>= 5.1) semantic_logger (~> 4.13) - railties (7.0.6) - actionpack (= 7.0.6) - activesupport (= 7.0.6) + railties (7.0.4.3) + actionpack (= 7.0.4.3) + activesupport (= 7.0.4.3) method_source rake (>= 12.2) thor (~> 1.0) zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - rb-fsevent (0.11.2) + rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) redis (4.8.1) redlock (1.3.2) redis (>= 3.0.0, < 6.0) - regexp_parser (2.8.1) + regexp_parser (2.5.0) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -474,70 +479,63 @@ GEM activerecord (>= 5.0) rgeo (>= 1.0.0) rolify (6.0.1) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec (3.11.0) + rspec-core (~> 3.11.0) + rspec-expectations (~> 3.11.0) + rspec-mocks (~> 3.11.0) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) + rspec-support (~> 3.11.0) rspec-json_expectations (2.2.0) - rspec-mocks (3.12.5) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-rails (6.0.3) + rspec-support (~> 3.11.0) + rspec-rails (6.0.1) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.12) - rspec-expectations (~> 3.12) - rspec-mocks (~> 3.12) - rspec-support (~> 3.12) + rspec-core (~> 3.11) + rspec-expectations (~> 3.11) + rspec-mocks (~> 3.11) + rspec-support (~> 3.11) rspec-sonarqube-formatter (1.5.0) htmlentities (~> 4.3.3) rspec (~> 3.0) - rspec-support (3.12.1) - rspec_junit_formatter (0.6.0) + rspec-support (3.11.0) + rspec_junit_formatter (0.5.1) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.53.1) + rubocop (1.31.2) json (~> 2.3) - language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.18.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) - parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) - rubocop (~> 1.33) - rubocop-govuk (4.11.0) - rubocop (= 1.53.1) - rubocop-ast (= 1.29.0) - rubocop-rails (= 2.20.2) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.19.1) + parser (>= 3.1.1.0) + rubocop-govuk (4.6.0) + rubocop (= 1.31.2) + rubocop-ast (= 1.19.1) + rubocop-rails (= 2.15.2) rubocop-rake (= 0.6.0) - rubocop-rspec (= 2.22.0) - rubocop-rails (2.20.2) + rubocop-rspec (= 2.12.1) + rubocop-rails (2.15.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.7.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.22.0) - rubocop (~> 1.33) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) + rubocop-rspec (2.12.1) + rubocop (~> 1.31) ruby-graphviz (1.2.5) rexml ruby-next-core (0.15.3) - ruby-progressbar (1.13.0) + ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) selenium-webdriver (4.10.0) @@ -547,26 +545,26 @@ GEM semantic_logger (4.13.0) concurrent-ruby (~> 1.0) semantic_range (3.0.0) - sentry-rails (5.10.0) + sentry-rails (5.8.0) railties (>= 5.0) - sentry-ruby (~> 5.10.0) - sentry-ruby (5.10.0) + sentry-ruby (~> 5.8.0) + sentry-ruby (5.8.0) concurrent-ruby (~> 1.0, >= 1.0.2) - sentry-sidekiq (5.10.0) - sentry-ruby (~> 5.10.0) + sentry-sidekiq (5.8.0) + sentry-ruby (~> 5.8.0) sidekiq (>= 3.0) shakapacker (6.6.0) activesupport (>= 5.2) rack-proxy (>= 0.6.1) railties (>= 5.2) semantic_range (>= 2.3.0) - shoulda-matchers (5.3.0) + shoulda-matchers (5.1.0) activesupport (>= 5.2.0) - sidekiq (6.5.9) - connection_pool (>= 2.2.5, < 3) + sidekiq (6.5.5) + connection_pool (>= 2.2.2) rack (~> 2.0) - redis (>= 4.5.0, < 5) - sidekiq-cron (1.10.1) + redis (>= 4.5.0) + sidekiq-cron (1.10.0) fugit (~> 1.8) globalid (>= 1.0.1) sidekiq (>= 6) @@ -581,9 +579,9 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - sniffer (0.5.0) + sniffer (0.4.0) + active_attr (>= 0.10.2) anyway_config (>= 1.0) - dry-initializer (~> 3) spring (4.1.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) @@ -593,17 +591,17 @@ GEM activesupport (>= 3) attr_required (>= 0.0.5) httpclient (>= 2.4) - sys-uname (1.2.3) + sys-uname (1.2.2) ffi (~> 1.1) thor (1.2.2) - timeliness (0.4.5) - timeout (0.4.0) + timeliness (0.4.4) + timeout (0.3.2) trailblazer-option (0.1.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) uber (0.1.0) uk_postcode (2.1.8) - unicode-display_width (2.4.2) + unicode-display_width (2.2.0) uniform_notifier (1.16.0) validate_email (0.1.6) activemodel (>= 3.0) @@ -641,7 +639,7 @@ GEM prometheus-client (>= 0.10, < 3.0) rack yabeda (~> 0.10) - yabeda-puma-plugin (0.7.1) + yabeda-puma-plugin (0.6.0) json puma yabeda (~> 0.5) @@ -668,16 +666,16 @@ DEPENDENCIES amazing_print application_insights! bootsnap (>= 1.1.0) - brakeman (>= 6.0.0) + brakeman (>= 5.2.3) breasal bullet byebug capybara (>= 3.38.0) capybara-screenshot connection_pool - cucumber-rails (>= 2.6.1) + cucumber-rails (= 2.5.1) daemons - database_cleaner + database_cleaner (= 2.0.2) dfe-analytics! dotenv-rails (>= 2.7.6) factory_bot_rails (>= 6.2.0) @@ -685,7 +683,7 @@ DEPENDENCIES foreman geocoder get_into_teaching_api_client_faraday! - govuk_design_system_formbuilder (~> 3.1) + govuk_design_system_formbuilder (= 4.0.0) hashids ice_cube invisible_captcha (>= 2.0.0) @@ -694,13 +692,12 @@ DEPENDENCIES listen (>= 3.0.5) meta-tags (~> 2.17) net-smtp - nokogiri (>= 1.13.3) notifications-ruby-client openid_connect parallel_tests pg (>= 0.18, < 2.0) pg_search - phonelib + phonelib (= 0.8.2) pry-byebug pry-rails puma (~> 6.0) @@ -718,7 +715,7 @@ DEPENDENCIES rspec-sonarqube-formatter rspec_junit_formatter rubocop-govuk - selenium-webdriver + selenium-webdriver (= 4.10.0) sentry-rails sentry-ruby sentry-sidekiq @@ -742,7 +739,7 @@ DEPENDENCIES yabeda-sidekiq RUBY VERSION - ruby 3.1.0p0 + ruby 3.1.3p185 BUNDLED WITH 2.3.10