Bump rails and mongoid
Bumps rails and mongoid. These dependencies needed to be updated together.
Updates rails from 0.9.5 to 8.0.0.1
Release notes
Sourced from rails's releases.
8.0.0.1
Active Support
- No changes.
Active Model
- No changes.
Active Record
- No changes.
Action View
- No changes.
Action Pack
Add validation to content security policies to disallow spaces and semicolons. Developers should use multiple arguments, and different directive methods instead.
[CVE-2024-54133]
Gannon McGibbon
Active Job
- No changes.
Action Mailer
- No changes.
Action Cable
- No changes.
Active Storage
- No changes.
... (truncated)
Commits
a993c27Preparing for 8.0.0.1 release54b0dafUpdate vendored trix version to 2.1.102e3f41eAdd CSP directive validationdd8f718Preparing for 8.0.0 releasef88e6aeMerge pull request #53550 from tysongach/devcontainer-links43425c8Bump deprecation message to 8.138bf52dAdd yarn.lock to allowed dirty files3de9afcMerge pull request #53546 from matthewd/dst_deprecation_fixebcb66eMerge pull request #53542 from Uaitt/remove-redundant-period-in-security-guides4f042a8Merge pull request #53520 from Earlopain/fix-backtrace-env-gem-paths- Additional commits viewable in compare view
Updates mongoid from 9.0.2 to 9.0.3
Release notes
Sourced from mongoid's releases.
9.0.3
Version 9.0.3 of the Mongoid ODM for MongoDB is now available.
Release Highlights
This patch release adds support for Ruby 3.3 and Rails 8 to Mongoid 9.0.
Documentation
Documentation is available at MongoDB.com.
Installation
You may install this version via RubyGems, with:
gem install --version 9.0.3 mongoid
What's Changed
- MONGOID-5757 Fix validation checks so that all associated records are validated by
@jamisin mongodb/mongoid#5882- MONGOID-5819 Do not pass the :database option when creating a client by
@jamisin mongodb/mongoid#5890- MONGOID-5823 Use proper thread-local variables instead of fiber-local variables by
@jamisin mongodb/mongoid#5896- MONGOID-5818 Support Rails 8 (#5876) by
@comandeo-mongoin mongodb/mongoid#5898Full Changelog: https://github.com/mongodb/mongoid/compare/v9.0.2...v9.0.3
Commits
058e59eBump version to 9.0.3 (#5901)ea1dd1fMONGOID-5818 Support Rails 8 (#5876) (#5898)484092bMONGOID-5823 Use proper thread-local variables instead of fiber-local variabl...a9ccd04MONGOID-5792 Add Ruby 3.3 to test matrix (#5888) (#5894)361e92bMONGOID-5820 Fix the session object leak when using transactions (#5878) (#5893)7fcafa7MONGOID-5819 Do not pass the :database option when creating a client (#5886) ...560ce66Fix validation checks so that all associated records are validated (#5881) (#...a1f1bbcBackports to 9.0 (redux) (#5887)- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.