From c49455e86580c1e8ae1b6fcdff375126e58606af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:00:34 +0000 Subject: [PATCH] Bump rails and mongoid Bumps [rails](https://github.com/rails/rails) and [mongoid](https://github.com/mongodb/mongoid). These dependencies needed to be updated together. Updates `rails` from 7.1.4 to 7.2.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.1.4...v7.2.1) Updates `mongoid` from 8.1.4 to 9.0.2 - [Release notes](https://github.com/mongodb/mongoid/releases) - [Changelog](https://github.com/mongodb/mongoid/blob/master/CHANGELOG.md) - [Commits](https://github.com/mongodb/mongoid/compare/v8.1.4...v9.0.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: mongoid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 4 +- Gemfile.lock | 142 +++++++++++++++++++++++++-------------------------- 2 files changed, 71 insertions(+), 75 deletions(-) diff --git a/Gemfile b/Gemfile index e71dae904..304419451 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "rails", "7.1.4" +gem "rails", "7.2.1" gem "aws-sdk-s3", "~> 1" gem "bootsnap", require: false @@ -27,7 +27,7 @@ gem "mail-notify" gem "mlanett-redis-lock" gem "momentjs-rails" gem "mongo" -gem "mongoid", "8.1.4" # Locked as Mongoid 8.1.5 changes validation behaviour https://github.com/mongodb/mongoid/releases/tag/v8.1.5 +gem "mongoid", "9.0.2" # Locked as Mongoid 8.1.5 changes validation behaviour https://github.com/mongodb/mongoid/releases/tag/v8.1.5 gem "mongoid-sadstory" gem "mousetrap-rails" gem "nested_form", git: "https://github.com/alphagov/nested_form.git", branch: "add-wrapper-class" diff --git a/Gemfile.lock b/Gemfile.lock index 516d1f178..bed54f9e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,80 +8,76 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (7.1.4) - actionpack (= 7.1.4) - activesupport (= 7.1.4) + actioncable (7.2.1) + actionpack (= 7.2.1) + activesupport (= 7.2.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.1.4) - actionpack (= 7.1.4) - activejob (= 7.1.4) - activerecord (= 7.1.4) - activestorage (= 7.1.4) - activesupport (= 7.1.4) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.1.4) - actionpack (= 7.1.4) - actionview (= 7.1.4) - activejob (= 7.1.4) - activesupport (= 7.1.4) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp + actionmailbox (7.2.1) + actionpack (= 7.2.1) + activejob (= 7.2.1) + activerecord (= 7.2.1) + activestorage (= 7.2.1) + activesupport (= 7.2.1) + mail (>= 2.8.0) + actionmailer (7.2.1) + actionpack (= 7.2.1) + actionview (= 7.2.1) + activejob (= 7.2.1) + activesupport (= 7.2.1) + mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.1.4) - actionview (= 7.1.4) - activesupport (= 7.1.4) + actionpack (7.2.1) + actionview (= 7.2.1) + activesupport (= 7.2.1) 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.4) - actionpack (= 7.1.4) - activerecord (= 7.1.4) - activestorage (= 7.1.4) - activesupport (= 7.1.4) + useragent (~> 0.16) + actiontext (7.2.1) + actionpack (= 7.2.1) + activerecord (= 7.2.1) + activestorage (= 7.2.1) + activesupport (= 7.2.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.4) - activesupport (= 7.1.4) + actionview (7.2.1) + activesupport (= 7.2.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.4) - activesupport (= 7.1.4) + activejob (7.2.1) + activesupport (= 7.2.1) globalid (>= 0.3.6) - activemodel (7.1.4) - activesupport (= 7.1.4) - activerecord (7.1.4) - activemodel (= 7.1.4) - activesupport (= 7.1.4) + activemodel (7.2.1) + activesupport (= 7.2.1) + activerecord (7.2.1) + activemodel (= 7.2.1) + activesupport (= 7.2.1) timeout (>= 0.4.0) - activestorage (7.1.4) - actionpack (= 7.1.4) - activejob (= 7.1.4) - activerecord (= 7.1.4) - activesupport (= 7.1.4) + activestorage (7.2.1) + actionpack (= 7.2.1) + activejob (= 7.2.1) + activerecord (= 7.2.1) + activesupport (= 7.2.1) marcel (~> 1.0) - activesupport (7.1.4) + activesupport (7.2.1) 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) ansi (1.5.0) @@ -123,7 +119,7 @@ GEM sassc (>= 2.0.0) brakeman (6.1.2) racc - bson (4.15.0) + bson (5.0.1) builder (3.3.0) byebug (11.1.3) capybara (3.40.0) @@ -373,17 +369,15 @@ GEM railties (>= 3.1) mongo (2.20.1) bson (>= 4.14.1, < 6.0.0) - mongoid (8.1.4) - activemodel (>= 5.1, < 7.2, != 7.0.0) + mongoid (9.0.2) + activemodel (>= 5.1, < 7.3, != 7.0.0) concurrent-ruby (>= 1.0.5, < 2.0) mongo (>= 2.18.0, < 3.0.0) - ruby2_keywords (~> 0.0.5) mongoid-sadstory (0.0.2) mongoid mousetrap-rails (1.4.6) msgpack (1.7.2) multi_xml (0.6.0) - mutex_m (0.2.0) net-http (0.4.1) uri net-imap (0.4.16) @@ -658,20 +652,20 @@ GEM rackup (2.1.0) rack (>= 3) webrick (~> 1.8) - rails (7.1.4) - actioncable (= 7.1.4) - actionmailbox (= 7.1.4) - actionmailer (= 7.1.4) - actionpack (= 7.1.4) - actiontext (= 7.1.4) - actionview (= 7.1.4) - activejob (= 7.1.4) - activemodel (= 7.1.4) - activerecord (= 7.1.4) - activestorage (= 7.1.4) - activesupport (= 7.1.4) + rails (7.2.1) + actioncable (= 7.2.1) + actionmailbox (= 7.2.1) + actionmailer (= 7.2.1) + actionpack (= 7.2.1) + actiontext (= 7.2.1) + actionview (= 7.2.1) + activejob (= 7.2.1) + activemodel (= 7.2.1) + activerecord (= 7.2.1) + activestorage (= 7.2.1) + activesupport (= 7.2.1) bundler (>= 1.15.0) - railties (= 7.1.4) + railties (= 7.2.1) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) @@ -687,10 +681,10 @@ GEM actionview (> 3.1) activesupport (> 3.1) railties (> 3.1) - railties (7.1.4) - actionpack (= 7.1.4) - activesupport (= 7.1.4) - irb + railties (7.2.1) + actionpack (= 7.2.1) + activesupport (= 7.2.1) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) @@ -769,6 +763,7 @@ GEM google-protobuf (~> 4.26) sassc (2.4.0) ffi (~> 1.9) + securerandom (0.3.1) select2-rails (3.5.11) selenium-webdriver (4.21.1) base64 (~> 0.2) @@ -838,6 +833,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) uri (0.13.0) + useragent (0.16.10) version_gem (1.1.4) warden (1.2.9) rack (>= 2.0.9) @@ -900,7 +896,7 @@ DEPENDENCIES mocha momentjs-rails mongo - mongoid (= 8.1.4) + mongoid (= 9.0.2) mongoid-sadstory mousetrap-rails nested_form! @@ -909,7 +905,7 @@ DEPENDENCIES prometheus-client pry-byebug rack - rails (= 7.1.4) + rails (= 7.2.1) rails-controller-testing rails_autolink rest-client