diff --git a/Gemfile b/Gemfile index 25816559..192258cc 100644 --- a/Gemfile +++ b/Gemfile @@ -6,8 +6,8 @@ source 'https://rubygems.org' # README) is available at: # https://github.com/NHSDigital/activemodel-caution.git -gem 'activemodel-caution', '7.2.2.0' # Supports rails ~> 7.2.2.0 -gem 'rails', '~> 7.2.2', '>= 7.2.2.2' +gem 'activemodel-caution', '7.2.3.0' # Supports rails ~> 7.2.3.0 +gem 'rails', '~> 7.2.3', '>= 7.2.3.1' # Fixes uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger on Rails 7.0x # and earlier. See https://github.com/rails/rails/issues/54260. gem 'concurrent-ruby', '1.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index ed334304..b597e578 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,72 +2,74 @@ GEM remote: https://rubygems.org/ specs: Ascii85 (2.0.1) - actioncable (7.2.2.2) - actionpack (= 7.2.2.2) - activesupport (= 7.2.2.2) + actioncable (7.2.3.1) + actionpack (= 7.2.3.1) + activesupport (= 7.2.3.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.2.2.2) - actionpack (= 7.2.2.2) - activejob (= 7.2.2.2) - activerecord (= 7.2.2.2) - activestorage (= 7.2.2.2) - activesupport (= 7.2.2.2) + actionmailbox (7.2.3.1) + actionpack (= 7.2.3.1) + activejob (= 7.2.3.1) + activerecord (= 7.2.3.1) + activestorage (= 7.2.3.1) + activesupport (= 7.2.3.1) mail (>= 2.8.0) - actionmailer (7.2.2.2) - actionpack (= 7.2.2.2) - actionview (= 7.2.2.2) - activejob (= 7.2.2.2) - activesupport (= 7.2.2.2) + actionmailer (7.2.3.1) + actionpack (= 7.2.3.1) + actionview (= 7.2.3.1) + activejob (= 7.2.3.1) + activesupport (= 7.2.3.1) mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.2.2.2) - actionview (= 7.2.2.2) - activesupport (= 7.2.2.2) + actionpack (7.2.3.1) + actionview (= 7.2.3.1) + activesupport (= 7.2.3.1) + cgi nokogiri (>= 1.8.5) racc - rack (>= 2.2.4, < 3.2) + rack (>= 2.2.4, < 3.3) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actiontext (7.2.2.2) - actionpack (= 7.2.2.2) - activerecord (= 7.2.2.2) - activestorage (= 7.2.2.2) - activesupport (= 7.2.2.2) + actiontext (7.2.3.1) + actionpack (= 7.2.3.1) + activerecord (= 7.2.3.1) + activestorage (= 7.2.3.1) + activesupport (= 7.2.3.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.2.2.2) - activesupport (= 7.2.2.2) + actionview (7.2.3.1) + activesupport (= 7.2.3.1) builder (~> 3.1) + cgi erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.2.2.2) - activesupport (= 7.2.2.2) + activejob (7.2.3.1) + activesupport (= 7.2.3.1) globalid (>= 0.3.6) - activemodel (7.2.2.2) - activesupport (= 7.2.2.2) - activemodel-caution (7.2.2.0) - actionpack (~> 7.2.2.0) - activemodel (~> 7.2.2.0) - activerecord (~> 7.2.2.0) - activesupport (~> 7.2.2.0) - railties (~> 7.2.2.0) - activerecord (7.2.2.2) - activemodel (= 7.2.2.2) - activesupport (= 7.2.2.2) + activemodel (7.2.3.1) + activesupport (= 7.2.3.1) + activemodel-caution (7.2.3.0) + actionpack (~> 7.2.3.0) + activemodel (~> 7.2.3.0) + activerecord (~> 7.2.3.0) + activesupport (~> 7.2.3.0) + railties (~> 7.2.3.0) + activerecord (7.2.3.1) + activemodel (= 7.2.3.1) + activesupport (= 7.2.3.1) timeout (>= 0.4.0) - activestorage (7.2.2.2) - actionpack (= 7.2.2.2) - activejob (= 7.2.2.2) - activerecord (= 7.2.2.2) - activesupport (= 7.2.2.2) + activestorage (7.2.3.1) + actionpack (= 7.2.3.1) + activejob (= 7.2.3.1) + activerecord (= 7.2.3.1) + activesupport (= 7.2.3.1) marcel (~> 1.0) - activesupport (7.2.2.2) + activesupport (7.2.3.1) base64 benchmark (>= 0.3) bigdecimal @@ -76,7 +78,7 @@ GEM drb i18n (>= 1.6, < 2) logger (>= 1.4.2) - minitest (>= 5.1) + minitest (>= 5.1, < 6) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) @@ -188,12 +190,14 @@ GEM rugged (~> 1.0) globalid (1.2.1) activesupport (>= 6.1) - guard (2.19.0) + guard (2.19.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) + logger (~> 1.6) lumberjack (>= 1.0.12, < 2.0) nenv (~> 0.1) notiffany (~> 0.0) + ostruct (~> 0.6) pry (>= 0.13.0) shellany (~> 0.0) thor (>= 0.18.1) @@ -213,7 +217,7 @@ GEM guard-compat (~> 1.2) test-unit (~> 3.0) hashery (2.1.2) - highline (3.1.1) + highline (3.1.2) reline htmlentities (4.3.4) http_parser.rb (0.8.0) @@ -225,7 +229,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jquery-rails (4.6.0) + jquery-rails (4.6.1) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -261,7 +265,7 @@ GEM mini_portile2 (2.8.9) mini_racer (0.16.0) libv8-node (~> 18.19.0.0) - minitest (5.25.1) + minitest (5.25.5) mocha (2.5.0) ruby2_keywords (>= 0.0.5) msworddoc-extractor (0.2.0) @@ -274,8 +278,8 @@ GEM net-ldap rails (>= 7.1, < 8.1) yubikey - ndr_dev_support (7.3.5) - activesupport (>= 6.1, < 8.1) + ndr_dev_support (7.3.6) + activesupport (>= 7.0, < 8.2) brakeman (>= 4.7.1) bundler-audit capistrano (~> 2.15) @@ -356,14 +360,14 @@ GEM net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) nio4r (2.7.4) - nokogiri (1.19.1) + nokogiri (1.19.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.19.1-arm64-darwin) + nokogiri (1.19.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.1-x86_64-darwin) + nokogiri (1.19.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.1-x86_64-linux-gnu) + nokogiri (1.19.2-x86_64-linux-gnu) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -372,13 +376,14 @@ GEM nokogiri (~> 1.10) ruby-ole (~> 1.2) orm_adapter (0.5.0) + ostruct (0.6.3) paper_trail (16.0.0) activerecord (>= 6.1) request_store (~> 1.4) paper_trail-association_tracking (2.3.0) paper_trail (>= 12.0) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.11.1) ast (~> 2.4.1) racc pdf-reader (2.13.0) @@ -395,7 +400,7 @@ GEM prettyprint (0.2.0) prism (1.9.0) prometheus-client (4.0.0) - pry (0.15.0) + pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) pry-rails (0.3.11) @@ -422,20 +427,20 @@ GEM rackup (2.3.1) rack (>= 3) railroady (1.6.0) - rails (7.2.2.2) - actioncable (= 7.2.2.2) - actionmailbox (= 7.2.2.2) - actionmailer (= 7.2.2.2) - actionpack (= 7.2.2.2) - actiontext (= 7.2.2.2) - actionview (= 7.2.2.2) - activejob (= 7.2.2.2) - activemodel (= 7.2.2.2) - activerecord (= 7.2.2.2) - activestorage (= 7.2.2.2) - activesupport (= 7.2.2.2) + rails (7.2.3.1) + actioncable (= 7.2.3.1) + actionmailbox (= 7.2.3.1) + actionmailer (= 7.2.3.1) + actionpack (= 7.2.3.1) + actiontext (= 7.2.3.1) + actionview (= 7.2.3.1) + activejob (= 7.2.3.1) + activemodel (= 7.2.3.1) + activerecord (= 7.2.3.1) + activestorage (= 7.2.3.1) + activesupport (= 7.2.3.1) bundler (>= 1.15.0) - railties (= 7.2.2.2) + railties (= 7.2.3.1) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest @@ -443,13 +448,15 @@ GEM rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - railties (7.2.2.2) - actionpack (= 7.2.2.2) - activesupport (= 7.2.2.2) + railties (7.2.3.1) + actionpack (= 7.2.3.1) + activesupport (= 7.2.3.1) + cgi irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) + tsort (>= 0.2) zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) @@ -598,7 +605,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activemodel-caution (= 7.2.2.0) + activemodel-caution (= 7.2.3.0) bootstrap-table-rails (~> 1.20.2) byebug cancancan (~> 3.0) @@ -646,7 +653,7 @@ DEPENDENCIES puma-daemon rack-mini-profiler railroady - rails (~> 7.2.2, >= 7.2.2.2) + rails (~> 7.2.3, >= 7.2.3.1) rainbow regexp-examples sass-rails diff --git a/vendor/cache/actioncable-7.2.2.2.gem b/vendor/cache/actioncable-7.2.2.2.gem deleted file mode 100644 index 97616f88..00000000 Binary files a/vendor/cache/actioncable-7.2.2.2.gem and /dev/null differ diff --git a/vendor/cache/actioncable-7.2.3.1.gem b/vendor/cache/actioncable-7.2.3.1.gem new file mode 100644 index 00000000..36cad40e Binary files /dev/null and b/vendor/cache/actioncable-7.2.3.1.gem differ diff --git a/vendor/cache/actionmailbox-7.2.2.2.gem b/vendor/cache/actionmailbox-7.2.2.2.gem deleted file mode 100644 index 3c05e695..00000000 Binary files a/vendor/cache/actionmailbox-7.2.2.2.gem and /dev/null differ diff --git a/vendor/cache/actionmailbox-7.2.3.1.gem b/vendor/cache/actionmailbox-7.2.3.1.gem new file mode 100644 index 00000000..731da33d Binary files /dev/null and b/vendor/cache/actionmailbox-7.2.3.1.gem differ diff --git a/vendor/cache/actionmailer-7.2.2.2.gem b/vendor/cache/actionmailer-7.2.2.2.gem deleted file mode 100644 index 7e47b660..00000000 Binary files a/vendor/cache/actionmailer-7.2.2.2.gem and /dev/null differ diff --git a/vendor/cache/actionmailer-7.2.3.1.gem b/vendor/cache/actionmailer-7.2.3.1.gem new file mode 100644 index 00000000..e7edf10e Binary files /dev/null and b/vendor/cache/actionmailer-7.2.3.1.gem differ diff --git a/vendor/cache/actionpack-7.2.2.2.gem b/vendor/cache/actionpack-7.2.2.2.gem deleted file mode 100644 index 31057115..00000000 Binary files a/vendor/cache/actionpack-7.2.2.2.gem and /dev/null differ diff --git a/vendor/cache/actionpack-7.2.3.1.gem b/vendor/cache/actionpack-7.2.3.1.gem new file mode 100644 index 00000000..0d4f5829 Binary files /dev/null and b/vendor/cache/actionpack-7.2.3.1.gem differ diff --git a/vendor/cache/actiontext-7.2.2.2.gem b/vendor/cache/actiontext-7.2.2.2.gem deleted file mode 100644 index 99995cda..00000000 Binary files a/vendor/cache/actiontext-7.2.2.2.gem and /dev/null differ diff --git a/vendor/cache/actiontext-7.2.3.1.gem b/vendor/cache/actiontext-7.2.3.1.gem new file mode 100644 index 00000000..27baadcd Binary files /dev/null and b/vendor/cache/actiontext-7.2.3.1.gem differ diff --git a/vendor/cache/actionview-7.2.2.2.gem b/vendor/cache/actionview-7.2.2.2.gem deleted file mode 100644 index 1f06fd97..00000000 Binary files a/vendor/cache/actionview-7.2.2.2.gem and /dev/null differ diff --git a/vendor/cache/actionview-7.2.3.1.gem b/vendor/cache/actionview-7.2.3.1.gem new file mode 100644 index 00000000..70934f73 Binary files /dev/null and b/vendor/cache/actionview-7.2.3.1.gem differ diff --git a/vendor/cache/activejob-7.2.2.2.gem b/vendor/cache/activejob-7.2.2.2.gem deleted file mode 100644 index 58d12b4f..00000000 Binary files a/vendor/cache/activejob-7.2.2.2.gem and /dev/null differ diff --git a/vendor/cache/activejob-7.2.3.1.gem b/vendor/cache/activejob-7.2.3.1.gem new file mode 100644 index 00000000..7b2ce885 Binary files /dev/null and b/vendor/cache/activejob-7.2.3.1.gem differ diff --git a/vendor/cache/activemodel-7.2.2.2.gem b/vendor/cache/activemodel-7.2.2.2.gem deleted file mode 100644 index a36ef8e5..00000000 Binary files a/vendor/cache/activemodel-7.2.2.2.gem and /dev/null differ diff --git a/vendor/cache/activemodel-7.2.3.1.gem b/vendor/cache/activemodel-7.2.3.1.gem new file mode 100644 index 00000000..447ed7f5 Binary files /dev/null and b/vendor/cache/activemodel-7.2.3.1.gem differ diff --git a/vendor/cache/activemodel-caution-7.2.2.0.gem b/vendor/cache/activemodel-caution-7.2.2.0.gem deleted file mode 100644 index 0d9603c0..00000000 Binary files a/vendor/cache/activemodel-caution-7.2.2.0.gem and /dev/null differ diff --git a/vendor/cache/activemodel-caution-7.2.3.0.gem b/vendor/cache/activemodel-caution-7.2.3.0.gem new file mode 100644 index 00000000..c06f23b8 Binary files /dev/null and b/vendor/cache/activemodel-caution-7.2.3.0.gem differ diff --git a/vendor/cache/activerecord-7.2.2.2.gem b/vendor/cache/activerecord-7.2.2.2.gem deleted file mode 100644 index 6d139d89..00000000 Binary files a/vendor/cache/activerecord-7.2.2.2.gem and /dev/null differ diff --git a/vendor/cache/activerecord-7.2.3.1.gem b/vendor/cache/activerecord-7.2.3.1.gem new file mode 100644 index 00000000..43b07d9d Binary files /dev/null and b/vendor/cache/activerecord-7.2.3.1.gem differ diff --git a/vendor/cache/activestorage-7.2.2.2.gem b/vendor/cache/activestorage-7.2.2.2.gem deleted file mode 100644 index 083d230e..00000000 Binary files a/vendor/cache/activestorage-7.2.2.2.gem and /dev/null differ diff --git a/vendor/cache/activestorage-7.2.3.1.gem b/vendor/cache/activestorage-7.2.3.1.gem new file mode 100644 index 00000000..dadf34c4 Binary files /dev/null and b/vendor/cache/activestorage-7.2.3.1.gem differ diff --git a/vendor/cache/activesupport-7.2.2.2.gem b/vendor/cache/activesupport-7.2.2.2.gem deleted file mode 100644 index c51dcff5..00000000 Binary files a/vendor/cache/activesupport-7.2.2.2.gem and /dev/null differ diff --git a/vendor/cache/activesupport-7.2.3.1.gem b/vendor/cache/activesupport-7.2.3.1.gem new file mode 100644 index 00000000..d886dbc2 Binary files /dev/null and b/vendor/cache/activesupport-7.2.3.1.gem differ diff --git a/vendor/cache/guard-2.19.0.gem b/vendor/cache/guard-2.19.0.gem deleted file mode 100644 index 85783777..00000000 Binary files a/vendor/cache/guard-2.19.0.gem and /dev/null differ diff --git a/vendor/cache/guard-2.19.1.gem b/vendor/cache/guard-2.19.1.gem new file mode 100644 index 00000000..8d28fa9f Binary files /dev/null and b/vendor/cache/guard-2.19.1.gem differ diff --git a/vendor/cache/highline-3.1.1.gem b/vendor/cache/highline-3.1.1.gem deleted file mode 100644 index a69331aa..00000000 Binary files a/vendor/cache/highline-3.1.1.gem and /dev/null differ diff --git a/vendor/cache/highline-3.1.2.gem b/vendor/cache/highline-3.1.2.gem new file mode 100644 index 00000000..171d442a Binary files /dev/null and b/vendor/cache/highline-3.1.2.gem differ diff --git a/vendor/cache/jquery-rails-4.6.0.gem b/vendor/cache/jquery-rails-4.6.0.gem deleted file mode 100644 index 75bef6ac..00000000 Binary files a/vendor/cache/jquery-rails-4.6.0.gem and /dev/null differ diff --git a/vendor/cache/jquery-rails-4.6.1.gem b/vendor/cache/jquery-rails-4.6.1.gem new file mode 100644 index 00000000..f29b2717 Binary files /dev/null and b/vendor/cache/jquery-rails-4.6.1.gem differ diff --git a/vendor/cache/minitest-5.25.1.gem b/vendor/cache/minitest-5.25.1.gem deleted file mode 100644 index 161464d6..00000000 Binary files a/vendor/cache/minitest-5.25.1.gem and /dev/null differ diff --git a/vendor/cache/minitest-5.25.5.gem b/vendor/cache/minitest-5.25.5.gem new file mode 100644 index 00000000..2ffec491 Binary files /dev/null and b/vendor/cache/minitest-5.25.5.gem differ diff --git a/vendor/cache/ndr_dev_support-7.3.5.gem b/vendor/cache/ndr_dev_support-7.3.5.gem deleted file mode 100644 index a5e05488..00000000 Binary files a/vendor/cache/ndr_dev_support-7.3.5.gem and /dev/null differ diff --git a/vendor/cache/ndr_dev_support-7.3.6.gem b/vendor/cache/ndr_dev_support-7.3.6.gem new file mode 100644 index 00000000..c68d0347 Binary files /dev/null and b/vendor/cache/ndr_dev_support-7.3.6.gem differ diff --git a/vendor/cache/nokogiri-1.19.1-arm64-darwin.gem b/vendor/cache/nokogiri-1.19.1-arm64-darwin.gem deleted file mode 100644 index eb03ba51..00000000 Binary files a/vendor/cache/nokogiri-1.19.1-arm64-darwin.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.19.1-x86_64-darwin.gem b/vendor/cache/nokogiri-1.19.1-x86_64-darwin.gem deleted file mode 100644 index c88ada9c..00000000 Binary files a/vendor/cache/nokogiri-1.19.1-x86_64-darwin.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.19.1-x86_64-linux-gnu.gem b/vendor/cache/nokogiri-1.19.1-x86_64-linux-gnu.gem deleted file mode 100644 index 67e255f9..00000000 Binary files a/vendor/cache/nokogiri-1.19.1-x86_64-linux-gnu.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.19.2-arm64-darwin.gem b/vendor/cache/nokogiri-1.19.2-arm64-darwin.gem new file mode 100644 index 00000000..27fa2d72 Binary files /dev/null and b/vendor/cache/nokogiri-1.19.2-arm64-darwin.gem differ diff --git a/vendor/cache/nokogiri-1.19.2-x86_64-darwin.gem b/vendor/cache/nokogiri-1.19.2-x86_64-darwin.gem new file mode 100644 index 00000000..3aef2b2f Binary files /dev/null and b/vendor/cache/nokogiri-1.19.2-x86_64-darwin.gem differ diff --git a/vendor/cache/nokogiri-1.19.2-x86_64-linux-gnu.gem b/vendor/cache/nokogiri-1.19.2-x86_64-linux-gnu.gem new file mode 100644 index 00000000..43210bc3 Binary files /dev/null and b/vendor/cache/nokogiri-1.19.2-x86_64-linux-gnu.gem differ diff --git a/vendor/cache/nokogiri-1.19.1.gem b/vendor/cache/nokogiri-1.19.2.gem similarity index 90% rename from vendor/cache/nokogiri-1.19.1.gem rename to vendor/cache/nokogiri-1.19.2.gem index 30d1c733..18ec01ce 100644 Binary files a/vendor/cache/nokogiri-1.19.1.gem and b/vendor/cache/nokogiri-1.19.2.gem differ diff --git a/vendor/cache/ostruct-0.6.3.gem b/vendor/cache/ostruct-0.6.3.gem new file mode 100644 index 00000000..a1de3922 Binary files /dev/null and b/vendor/cache/ostruct-0.6.3.gem differ diff --git a/vendor/cache/parser-3.3.11.1.gem b/vendor/cache/parser-3.3.11.1.gem new file mode 100644 index 00000000..f4711f1b Binary files /dev/null and b/vendor/cache/parser-3.3.11.1.gem differ diff --git a/vendor/cache/parser-3.3.6.0.gem b/vendor/cache/parser-3.3.6.0.gem deleted file mode 100644 index 951d5b5e..00000000 Binary files a/vendor/cache/parser-3.3.6.0.gem and /dev/null differ diff --git a/vendor/cache/pry-0.15.0.gem b/vendor/cache/pry-0.15.0.gem deleted file mode 100644 index a248796a..00000000 Binary files a/vendor/cache/pry-0.15.0.gem and /dev/null differ diff --git a/vendor/cache/pry-0.15.2.gem b/vendor/cache/pry-0.15.2.gem new file mode 100644 index 00000000..24d92d97 Binary files /dev/null and b/vendor/cache/pry-0.15.2.gem differ diff --git a/vendor/cache/rails-7.2.2.2.gem b/vendor/cache/rails-7.2.3.1.gem similarity index 67% rename from vendor/cache/rails-7.2.2.2.gem rename to vendor/cache/rails-7.2.3.1.gem index 8e7bbf9d..3ac856ce 100644 Binary files a/vendor/cache/rails-7.2.2.2.gem and b/vendor/cache/rails-7.2.3.1.gem differ diff --git a/vendor/cache/railties-7.2.2.2.gem b/vendor/cache/railties-7.2.2.2.gem deleted file mode 100644 index 534461c2..00000000 Binary files a/vendor/cache/railties-7.2.2.2.gem and /dev/null differ diff --git a/vendor/cache/railties-7.2.3.1.gem b/vendor/cache/railties-7.2.3.1.gem new file mode 100644 index 00000000..d5193d77 Binary files /dev/null and b/vendor/cache/railties-7.2.3.1.gem differ