ministryofjustice / laa-apply-for-legal-aid

The laa-apply-for-legal-aid system is a web service by use for solicitors providing legal aid services to enter applications for legal aid on-line. It asks for details of applicant means (income and assets), and the merits of a case, and gives a decision on whether legal aid can be granted or not, and if so, will push the application through to back-end processes for payment.
https://apply-for-legal-aid.service.justice.gov.uk/
MIT License
17 stars 7 forks source link

build(deps): bump the bundler group with 24 updates #7403

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the bundler group with 24 updates:

Package From To
rails 7.2.1.2 7.2.2
sidekiq 7.3.4 7.3.5
webrick 1.8.2 1.9.0
strong_migrations 2.0.1 2.0.2
overcommit 0.64.0 0.64.1
cucumber-rails 3.0.0 3.0.1
selenium-webdriver 4.25.0 4.26.0
actioncable 7.2.1.2 7.2.2
actionmailbox 7.2.1.2 7.2.2
actionmailer 7.2.1.2 7.2.2
actionpack 7.2.1.2 7.2.2
actiontext 7.2.1.2 7.2.2
actionview 7.2.1.2 7.2.2
activejob 7.2.1.2 7.2.2
activemodel 7.2.1.2 7.2.2
activerecord 7.2.1.2 7.2.2
activestorage 7.2.1.2 7.2.2
activesupport 7.2.1.2 7.2.2
aws-partitions 1.998.0 1.1001.0
date 3.3.4 3.4.0
json 2.7.4 2.7.6
parser 3.3.5.0 3.3.6.0
rackup 2.1.0 2.2.0
railties 7.2.1.2 7.2.2

Updates rails from 7.2.1.2 to 7.2.2

Release notes

Sourced from rails's releases.

7.2.2

Active Support

  • Include options when instrumenting ActiveSupport::Cache::Store#delete and ActiveSupport::Cache::Store#delete_multi.

    Adam Renberg Tamm

  • Print test names when running rails test -v for parallel tests.

    John Hawthorn, Abeid Ahmed

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    

    define_attribute_methods :name attr_accessor :name

    alias_attribute :full_name, :name end

    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

... (truncated)

Commits
  • d0dcb8f Preparing for 7.2.2 release
  • 9f24f75 Add yarn.lock allowed dirty files
  • ad485aa Merge pull request #52951 from Ridhwana/Ridhwana/active-record-validations [c...
  • f6916e7 Merge pull request #53494 from zzak/re-53492
  • a7858b5 Merge pull request #53472 from p8/activerecord/improve-attributes-for-inspect...
  • e6a8acd Merge pull request #53475 from p8/activerecord/show-all-attributes-in-console
  • 91aac4a Merge pull request #53484 from zzak/query_cache-config-disable
  • fe5f624 Better wording for config.action_dispatch.show_exceptions [ci-skip] (#53483)
  • 15872b4 Merge pull request #53473 from p8/activerecord/update-attributes-for-inspect-...
  • e1cccdc Add CHANGELOG entry for 170e6c178b7358a87a7304bdf80273e0b153f6fd
  • Additional commits viewable in compare view


Updates sidekiq from 7.3.4 to 7.3.5

Changelog

Sourced from sidekiq's changelog.

7.3.5

  • Reimplement retry_all and kill_all API methods to use ZPOPMIN, approximately 30-60% faster. #6481
  • Add preload testing binary at examples/testing/sidekiq_boot to verify your Rails app boots correctly with Sidekiq Enterprise's app preloading.
  • Fix circular require with ActiveJob adapter #6477
  • Fix potential race condition leading to incorrect serialized values for CurrentAttributes #6475
  • Restore missing elapsed time when default job logging is disabled
Commits


Updates webrick from 1.8.2 to 1.9.0

Release notes

Sourced from webrick's releases.

v1.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/webrick/compare/v1.8.2...v1.9.0

Commits
  • 516db77 Merge pull request #153 from znz/prepare-new-release
  • cc365e9 Bump up v1.9.0
  • e598194 Enabled trusted publisher for rubygems.org
  • 818830b Merge pull request #151 from ruby/add-rbs
  • 12b4027 Add rbs validate to CI
  • 18968da Add sig/manifest.yaml
  • 92163dc Add rbs files to gemspec
  • 6bbf177 Add rbs files
  • 9350944 Merge pull request #149 from jeremyevans/readme-disclaimer
  • 70b026c Be clear in README that webrick should not be used in production
  • See full diff in compare view


Updates strong_migrations from 2.0.1 to 2.0.2

Changelog

Sourced from strong_migrations's changelog.

2.0.2 (2024-10-30)

  • Fixed migrations not running with Active Record 8 rc2
Commits


Updates overcommit from 0.64.0 to 0.64.1

Release notes

Sourced from overcommit's releases.

0.64.1

Changelog

Sourced from overcommit's changelog.

0.64.1

Commits


Updates cucumber-rails from 3.0.0 to 3.0.1

Release notes

Sourced from cucumber-rails's releases.

v3.0.1

Changed

  • Add support for Rails 7.2 / Ruby 3.3 (No code changes required) #586 #588

Fixed

  • Internal testing code has been refactored to handle older ruby/rails installs #583
Changelog

Sourced from cucumber-rails's changelog.

[3.0.1] - 2024-11-05

Changed

  • Add support for Rails 7.2 / Ruby 3.3 (No code changes required) #586 #588

Fixed

  • Internal testing code has been refactored to handle older ruby/rails installs #583
Commits


Updates selenium-webdriver from 4.25.0 to 4.26.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.26.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.26.0 (2024-10-28)

  • Add CDP for Chrome 130 and remove 127
  • Add missing RBS methods (#14621)
  • Update Ruby BiDi script structs to match spec
  • Add RBS type support for BiDi related classes (#14611)
Commits


Updates actioncable from 7.2.1.2 to 7.2.2

Release notes

Sourced from actioncable's releases.

7.2.2

Active Support

  • Include options when instrumenting ActiveSupport::Cache::Store#delete and ActiveSupport::Cache::Store#delete_multi.

    Adam Renberg Tamm

  • Print test names when running rails test -v for parallel tests.

    John Hawthorn, Abeid Ahmed

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    

    define_attribute_methods :name attr_accessor :name

    alias_attribute :full_name, :name end

    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

... (truncated)

Changelog

Sourced from actioncable's changelog.

Rails 7.2.2 (October 30, 2024)

  • No changes.
Commits
  • d0dcb8f Preparing for 7.2.2 release
  • 2975a88 Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 5f5349f Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 6637543 Merge pull request #53202 from byroot/ruby-3.4-hash-inspect
  • See full diff in compare view


Updates actionmailbox from 7.2.1.2 to 7.2.2

Release notes

Sourced from actionmailbox's releases.

7.2.2

Active Support

  • Include options when instrumenting ActiveSupport::Cache::Store#delete and ActiveSupport::Cache::Store#delete_multi.

    Adam Renberg Tamm

  • Print test names when running rails test -v for parallel tests.

    John Hawthorn, Abeid Ahmed

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    

    define_attribute_methods :name attr_accessor :name

    alias_attribute :full_name, :name end

    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

... (truncated)

Changelog

Sourced from actionmailbox's changelog.

Rails 7.2.2 (October 30, 2024)

  • No changes.
Commits
  • d0dcb8f Preparing for 7.2.2 release
  • 2975a88 Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 5f5349f Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 76fbcde Merge pull request #52988 from FrancescoK/fix-52896
  • See full diff in compare view


Updates actionmailer from 7.2.1.2 to 7.2.2

Release notes

Sourced from actionmailer's releases.

7.2.2

Active Support

  • Include options when instrumenting ActiveSupport::Cache::Store#delete and ActiveSupport::Cache::Store#delete_multi.

    Adam Renberg Tamm

  • Print test names when running rails test -v for parallel tests.

    John Hawthorn, Abeid Ahmed

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    

    define_attribute_methods :name attr_accessor :name

    alias_attribute :full_name, :name end

    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

... (truncated)

Changelog

Sourced from actionmailer's changelog.

Rails 7.2.2 (October 30, 2024)

  • No changes.
Commits
  • d0dcb8f Preparing for 7.2.2 release
  • 2975a88 Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • b4ebf86 Fix edge case where ActionMailer::MailHelper#block_format caused a
  • 05dabd7 Add author to the CHANGELOG entries
  • See full diff in compare view


Updates actionpack from 7.2.1.2 to 7.2.2

Release notes

Sourced from actionpack's releases.

7.2.2

Active Support

  • Include options when instrumenting ActiveSupport::Cache::Store#delete and ActiveSupport::Cache::Store#delete_multi.

    Adam Renberg Tamm

  • Print test names when running rails test -v for parallel tests.

    John Hawthorn, Abeid Ahmed

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    

    define_attribute_methods :name attr_accessor :name

    alias_attribute :full_name, :name end

    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

... (truncated)

Changelog

Sourced from actionpack's changelog.

Rails 7.2.2 (October 30, 2024)

  • Fix non-GET requests not updating cookies in ActionController::TestCase.

    Jon Moss, Hartley McGuire

Commits
  • d0dcb8f Preparing for 7.2.2 release
  • 2975a88 Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 05dabd7 Add author to the CHANGELOG entries
  • 5f5349f Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 566ccc9 Merge pull request #53222 from seanpdoyle/csp-docs-links
  • 6637543 Merge pull request #53202 from byroot/ruby-3.4-hash-inspect
  • 080edd5 Fix URI::DEFAULT_PARSER warnings
  • f7dbc3a Merge pull request #53131 from seanpdoyle/allow-browser-browser-blocker-private
  • 0c65e6e Merge pull request #53126 from chancancode/patch-1
  • 6010d90 Merge pull request #52348 from skipkayhil/hm-fix-ac-tc-cookies-again
  • Additional commits viewable in compare view


Updates actiontext from 7.2.1.2 to 7.2.2

Release notes

Sourced from actiontext's releases.

7.2.2

Active Support

  • Include options when instrumenting ActiveSupport::Cache::Store#delete and ActiveSupport::Cache::Store#delete_multi.

    Adam Renberg Tamm

  • Print test names when running rails test -v for parallel tests.

    John Hawthorn, Abeid Ahmed

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    

    define_attribute_methods :name attr_accessor :name

    alias_attribute :full_name, :name end

    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

... (truncated)

Changelog

Sourced from actiontext's changelog.

Rails 7.2.2 (October 30, 2024)

  • No changes.
Commits
  • d0dcb8f Preparing for 7.2.2 release
  • 2975a88 Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 05dabd7 Add author to the CHANGELOG entries
  • 5f5349f Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 76fbcde Merge pull request #52988 from FrancescoK/fix-52896
  • See full diff in compare view


Updates actionview from 7.2.1.2 to 7.2.2

Release notes

Sourced from actionview's releases.

7.2.2

Active Support

  • Include options when instrumenting ActiveSupport::Cache::Store#delete and ActiveSupport::Cache::Store#delete_multi.

    Adam Renberg Tamm

  • Print test names when running rails test -v for parallel tests.

    John Hawthorn, Abeid Ahmed

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    

    define_attribute_methods :name attr_accessor :name

    alias_attribute :full_name, :name end

    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

... (truncated)

Changelog

Sourced from actionview's changelog.

Rails 7.2.2 (October 30, 2024)

  • No changes.
Commits
  • d0dcb8f Preparing for 7.2.2 release
  • 2975a88 Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 4c45fc1 Fix invalid syntax in TextHelper#highlight API docs example [ci skip]
  • 5f5349f Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • c177aca Support Prism for ActionView::Template.spot
  • c82f864 Revert "Skip Action View error mapping tests on 3.4+"
  • ef42ffc Skip Action View error mapping tests on 3.4+
  • 6637543 Merge pull request #53202 from byroot/ruby-3.4-hash-inspect
  • 080edd5 Fix URI::DEFAULT_PARSER warnings
  • 5a735e9 Merge pull request #53049 from fatkodima/fix-link_to-with-symbol-rel
  • See full diff in compare view


Updates activejob from 7.2.1.2 to 7.2.2

Release notes

Sourced from activejob's releases.

7.2.2

Active Support

  • Include options when instrumenting ActiveSupport::Cache::Store#delete and ActiveSupport::Cache::Store#delete_multi.

    Adam Renberg Tamm

  • Print test names when running rails test -v for parallel tests.

    John Hawthorn, Abeid Ahmed

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    

    define_attribute_methods :name attr_accessor :name

    alias_attribute :full_name, :name end

    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

... (truncated)

Changelog

Sourced from activejob's changelog.

Rails 7.2.2 (October 30, 2024)

  • No changes.
Commits
  • d0dcb8f Preparing for 7.2.2 release
  • 2975a88 Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 5f5349f Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • e090d45 Merge pull request #53203 from byroot/ruby-3.4-active-job
  • 6637543 Merge pull request #53202 from byroot/ruby-3.4-hash-inspect
  • 3b816a7 Merge pull request #53160 from cbliard/fix_active_job_retry_stopped_log_level
  • See full diff in compare view


Updates activemodel from 7.2.1.2 to 7.2.2

Release notes

Sourced from activemodel's releases.

7.2.2

Active Support

  • Include options when instrumenting ActiveSupport::Cache::Store#delete and ActiveSupport::Cache::Store#delete_multi.

    Adam Renberg Tamm

  • Print test names when running rails test -v for parallel tests.

    John Hawthorn, Abeid Ahmed

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    

    define_attribute_methods :name attr_accessor :name

    alias_attribute :full_name, :name end

    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

... (truncated)

Changelog

Sourced from activemodel's changelog.

Rails 7.2.2 (October 30, 2024)

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    

    define_attribute_methods :name attr_accessor :name

    alias_attribute :full_name, :name end

    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Commits
  • d0dcb8f Preparing for 7.2.2 release
  • 2975a88 Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 5f5349f Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • d0e9e01 Fix another Ruby 3.4 Hash#inspect failure
  • abe904d alias_attribute: handle user defined source methods
  • 9fb3c81 Revert "Merge pull request #52822 from byroot/active-model-alias"
  • 2cb3582 Add missing authorship in CHANGELOG
  • c0988ee Merge pull request #52822 from byroot/active-model-alias
  • See full diff in compare view


Updates activerecord from 7.2.1.2 to 7.2.2

Release notes

Sourced from activerecord's releases.

7.2.2

Active Support

  • Include options when instrumenting ActiveSupport::Cache::Store#delete and ActiveSupport::Cache::Store#delete_multi.

    Adam Renberg Tamm

  • Print test names when running rails test -v for parallel tests.

    John Hawthorn, Abeid Ahmed

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    

    define_attribute_methods :name attr_accessor :name

    alias_attribute :full_name, :name end

    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

... (truncated)

Changelog

Sourced from activerecord's changelog.

Rails 7.2.2 (October 30, 2024)

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

  • PG::UnableToSend: no connection to the server is now retryable as a connection-related exception

    Kazuma Watanabe

  • Fix marshalling of unsaved associated records in 7.1 format.

    The 7.1 format would only marshal associated records if the association was loaded. But associations that would only contain unsaved records would be skipped.

    Jean Boussier

  • Fix incorrect SQL query when passing an empty hash to ActiveRecord::Base.insert.

    David Stosik

  • Allow to save records with polymorphic join tables that have inverse_of specified.

    Markus Doits

  • Fix association scopes applying on the incorrect join when using a polymorphic has_many through:.

    Joshua Young

  • Fix dependent: :destroy for bi-directional has one through association.

    Fixes #50948.

    class Left < ActiveRecord::Base
      has_one :middle, dependent: :destroy
      has_one :right, through: :middle
    end
    

... (truncated)

Commits
  • d0dcb8f Preparing for 7.2.2 release
  • f6916e7 Merge pull request #53494 from zzak/re-53492
  • a7858b5 Merge pull request #53472 from p8/activerecord/improve-attributes-for-inspect...
  • e6a8acd Merge pull request #53475 from p8/activerecord/show-all-attributes-in-console
  • 91aac4a Merge pull request #53484 from zzak/query_cache-config-disable
  • e1cccdc Add CHANGELOG entry for 170e6c178b7358a87a7304bdf80273e0b153f6fd
  • 897b382 Merge pull request #53400 from wata727/translate_no_connection_to_not_establi...
  • c529251 Revert "Merge pull request #53398 from kamipo/fix_strict_loading_propagation"
  • 2975a88 Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 500e2a9 Fix API doc for has_many [ci-skip]
  • Additional commits viewable in compare view


Updates activestorage from 7.2.1.2 to 7.2.2

Release notes

... _Description has been truncated_

sonarcloud[bot] commented 1 week ago