Skip to content

dep: bump rails and mongoid

Bumps rails and mongoid. These dependencies needed to be updated together. Updates rails from 6.1.4.6 to 7.0.2.2

Release notes

Sourced from rails's releases.

7.0.2

Active Support

  • Fix ActiveSupport::EncryptedConfiguration to be compatible with Psych 4

    Stephen Sugden

  • Improve File.atomic_write error handling.

    Daniel Pepper

Active Model

  • Use different cache namespace for proxy calls

    Models can currently have different attribute bodies for the same method names, leading to conflicts. Adding a new namespace :active_model_proxy fixes the issue.

    Chris Salzberg

Active Record

  • Fix PG.connect keyword arguments deprecation warning on ruby 2.7.

    Nikita Vasilevsky

  • Fix the ability to exclude encryption params from being autofiltered.

    Mark Gangl

  • Dump the precision for datetime columns following the new defaults.

    Rafael Mendonça França

  • Make sure encrypted attributes are not being filtered twice.

    Nikita Vasilevsky

  • Dump the database schema containing the current Rails version.

    Since rails/rails#42297, Rails now generate datetime columns with a default precision of 6. This means that users upgrading to Rails 7.0 from 6.1, when loading the database schema, would get the new precision value, which would not match the production schema.

... (truncated)

Commits
  • 2459c20 Preparing for 7.0.2.2 release
  • 4ff529b Preparing release
  • 1b5aadc Fix reloader to work with new Executor signature
  • 365e0fe Preparing for 7.0.2.1 release
  • 7791cd6 updating changelog
  • 3c0420c ActionDispatch::Executor don't fully trust body#close
  • 76489d8 Preparing for 7.0.2 release
  • 4f55b19 Merge pull request #44347 from nvasilevski/fix-postgresql-reconnection-test-a...
  • 4e62fed Merge pull request #44346 from nvasilevski/fix-pg-connect-ruby-27-warning
  • fc3a1f5 Merge pull request #44364 from nvasilevski/fix-test-failure-after-encryption-...
  • Additional commits viewable in compare view

Updates mongoid from 7.3.3 to 7.3.4

Release notes

Sourced from mongoid's releases.

7.3.4

This patch release in the 7.3 series adds compatibility with Rails 7.

The following bug was fixed:

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot rebase will rebase this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports