Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
157 changes: 82 additions & 75 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -422,34 +427,36 @@ 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
nokogiri (>= 1.6)
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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
Binary file removed vendor/cache/actioncable-7.2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/actioncable-7.2.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/actionmailbox-7.2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/actionmailbox-7.2.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/actionmailer-7.2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-7.2.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/actionpack-7.2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-7.2.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/actiontext-7.2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/actiontext-7.2.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/actionview-7.2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/actionview-7.2.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/activejob-7.2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/activejob-7.2.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/activemodel-7.2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-7.2.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/activemodel-caution-7.2.2.0.gem
Binary file not shown.
Binary file added vendor/cache/activemodel-caution-7.2.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-7.2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-7.2.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/activestorage-7.2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/activestorage-7.2.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-7.2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-7.2.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/guard-2.19.0.gem
Binary file not shown.
Binary file added vendor/cache/guard-2.19.1.gem
Binary file not shown.
Binary file removed vendor/cache/highline-3.1.1.gem
Binary file not shown.
Binary file added vendor/cache/highline-3.1.2.gem
Binary file not shown.
Binary file removed vendor/cache/jquery-rails-4.6.0.gem
Binary file not shown.
Binary file added vendor/cache/jquery-rails-4.6.1.gem
Binary file not shown.
Binary file removed vendor/cache/minitest-5.25.1.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.25.5.gem
Binary file not shown.
Binary file removed vendor/cache/ndr_dev_support-7.3.5.gem
Binary file not shown.
Binary file added vendor/cache/ndr_dev_support-7.3.6.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.19.1-arm64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.19.1-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.19.1-x86_64-linux-gnu.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.19.2-arm64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.19.2-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.19.2-x86_64-linux-gnu.gem
Binary file not shown.
Binary file not shown.
Binary file added vendor/cache/ostruct-0.6.3.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.11.1.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/pry-0.15.0.gem
Binary file not shown.
Binary file added vendor/cache/pry-0.15.2.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/railties-7.2.2.2.gem
Binary file not shown.
Binary file added vendor/cache/railties-7.2.3.1.gem
Binary file not shown.
Loading