dep: bump mongoid from 8.0.2 to 8.0.3
Bumps mongoid from 8.0.2 to 8.0.3.
Release notes
Sourced from mongoid's releases.
8.0.3
This patch release in the 8.0 series fixes the following issues:
- MONGOID-5417 Memory leak when using with()
- MONGOID-5456 New "uncastable" behavior does't work with ActiveSupport::Duration
- MONGOID-5441 Thread.current[:session] is not prefixed
The the following minor improvement were added:
- MONGOID-4698 Warn about attempts to define text_search scope (and others?)
- MONGOID-5334 Review mongoization/demongoization/evolution behavior for localized fields
- MONGOID-5433 Rails 7 deprecates Time#to_s(format) and replaces it with Time#to_fs(format)
- MONGOID-5437 Extract fallback enabling logic into macro
Commits
-
955d515
Release 8.0.3 -
0bab124
MONGOID-5533: Unnecessary edits to Comment model in Rails Getting Started (#5... -
315bc57
MONGOID-5532: Fix path to comments partial (#5511) -
a597607
MONGOID-5496: Update Getting Started (Rails) tutorial for Rails 7 (#5509) -
c65ad55
MONGOID-5506 Update 8.x docs to document unscoped behavior changing in 9.0 (#... -
3ee2ad2
MONGOID-5493: Update Gem::Specification team info (#5476) -
1f7e2a9
MONGOID-5476 update 8.0 installation version (#5463) -
66322c0
MONGOID-4698 Correct warning to point out that klass.band doesnt conflict (#5... -
e5d1caf
MONGOID-5417 Fix memory leak when call 'with' (#5409) -
e3682d1
MONGOID-4698 update warning when overriding criteria methods in scope (#5442) - Additional commits viewable in compare view
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
Allure report
allure-report-publisher
generated test report!
rspec:
+------------------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+-------+--------+
| | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| services | 181 | 0 | 0 | 0 | 181 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 243 | 0 | 0 | 0 | 243 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov