[bundler] Bump the monthly group across 1 directory with 9 updates #78
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the monthly group with 4 updates in the / directory: activerecord, minitest, mocha and sqlite3.
Updates
activerecord
from 7.2.1.2 to 7.2.2Release notes
Sourced from activerecord's releases.
... (truncated)
Commits
d0dcb8f
Preparing for 7.2.2 releasef6916e7
Merge pull request #53494 from zzak/re-53492a7858b5
Merge pull request #53472 from p8/activerecord/improve-attributes-for-inspect...e6a8acd
Merge pull request #53475 from p8/activerecord/show-all-attributes-in-console91aac4a
Merge pull request #53484 from zzak/query_cache-config-disablee1cccdc
Add CHANGELOG entry for 170e6c178b7358a87a7304bdf80273e0b153f6fd897b382
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-stable500e2a9
Fix API doc forhas_many
[ci-skip]Updates
minitest
from 5.25.1 to 5.25.2Changelog
Sourced from minitest's changelog.
Commits
d1b5451
prepped for release3d54995
+ Include class name in spec name. (thomasmarshall)b3cab87
- Refactored spec's describe to more cleanly determine the superclass and name3214429
- Fixed 'redefining object_id' warning from ruby 3.4. (mattbrictson)e4417c5
Changed some reporter tests to use FakeTest instead of loading up Runnable w/...20dfa7b
- Minitest top-level namespace no longer includes entire contents of README.r...Updates
mocha
from 2.5.0 to 2.6.1Changelog
Sourced from mocha's changelog.
Commits
5f660dc
[skip ci] Update documentation for v2.7.0f6ed774
Bump version to 2.6.1 & prepare for release0b2923f
Merge pull request #686 from freerange/fix-deprecation-warning-logic-for-expe...01874f1
Fix never expectation deprecation warning logic862237d
[skip ci] Update documentation for v2.6.05448b23
Bump version to 2.6.0 & prepare for release59e0ab1
Merge pull request #681 from freerange/expectation-with-never-cardinality-sho...e0b6dae
Avoid invoking matcher block multiple times49b99ff
Warning if invocation matches never expectation212ba0b
Add ExpectationList#match_never_allowing_invocationUpdates
sqlite3
from 2.1.1 to 2.3.1Release notes
Sourced from sqlite3's releases.
... (truncated)
Changelog
Sourced from sqlite3's changelog.
Commits
0df3e88
version bump to v2.3.1e0d23c8
doc: update the CONTRIBUTING release checklist4f8c6ea
Merge pull request #590 from sparklemotion/flavorjones-try-to-remove-gem-upda...2b82129
Merge pull request #589 from sparklemotion/flavorjones-dep-sqlite-3.47.144c8a61
ci: remove gem-update-systemac7158a
dep: update vendored sqlite to 3.47.13ae4a42
Merge pull request #587 from sparklemotion/dependabot/bundler/rdoc-6.8.1166bf11
Merge pull request #588 from sparklemotion/dependabot/bundler/minitest-5.25.2552e4e5
build(deps-dev): update minitest requirement from 5.25.1 to 5.25.269d808c
build(deps-dev): update rdoc requirement from 6.7.0 to 6.8.1Updates
activemodel
from 7.2.1.2 to 7.2.2Release notes
Sourced from activemodel's releases.
... (truncated)
Commits
d0dcb8f
Preparing for 7.2.2 release2975a88
Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable5f5349f
Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stabled0e9e01
Fix another Ruby 3.4 Hash#inspect failureabe904d
alias_attribute: handle user defined source methods9fb3c81
Revert "Merge pull request #52822 from byroot/active-model-alias"2cb3582
Add missing authorship in CHANGELOGc0988ee
Merge pull request #52822 from byroot/active-model-aliasUpdates
activesupport
from 7.2.1.2 to 7.2.2Release notes
Sourced from activesupport's releases.
... (truncated)
Commits
d0dcb8f
Preparing for 7.2.2 release7dd2248
Avoid redefining IpAddr#as_json if it already exist2975a88
Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable87fed5a
Merge pull request #53376 from jeromedalbert/fix-api-docs-wrong-links812f3e7
Merge pull request #53367 from seanpdoyle/time-zone-api-docs-class-inference5f5349f
Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable6637543
Merge pull request #53202 from byroot/ruby-3.4-hash-inspectac4dfd2
Merge pull request #52912 from tgwizard/as-cache-intstrument-delete-optionsb4d424e
Merge pull request #52917 from jhawthorn/prerecorded_option1ed265be
Do not populate CurrentAttributes#attributes when not using defaultsUpdates
mini_portile2
from 2.8.7 to 2.8.8Release notes
Sourced from mini_portile2's releases.
Changelog
Sourced from mini_portile2's changelog.
Commits
17cd199
version bump to v2.8.8e049576
Merge pull request #152 from flavorjones/flavorjones-check-xzcat-presencea51c1d6
Check for the existence of xzcat3b06384
Merge pull request #151 from flavorjones/flavorjones-dep-minitest-hooks1e58879
minitest 5.25 change a method sig used by minitest-hooksb2bee41
Merge pull request #150 from flavorjones/flavorjones-ci-ruby-headf0bd171
dep: move dependencies into Gemfile472491c
ci: move ruby-head tests into upstream workflow3c36b20
ci: fix upstream skeletoned7b344
ci: introduce skeleton for upstreamUpdates
securerandom
from 0.3.1 to 0.3.2Release notes
Sourced from securerandom's releases.
Commits
9703d96
Bump up v0.3.20016bf9
Enabled trusted publisher for rubygems.orgb40dc5e
Update license files same as ruby/ruby4672b81
Merge pull request #30 from nevans/uuid-rfc95621e41c3d
Update UUID documentation with RFC9562 links5a73c37
Use www.rfc-editor.org for RFC text.38db0bd
Set up git config647e5f0
Update file list to package65159e4
Ignore checksums directory created by build:checksumfb1037a
Remove bin filesUpdates
timeout
from 0.4.1 to 0.4.2Release notes
Sourced from timeout's releases.
Commits
2f52522
Bump up v0.4.287edf95
Enabled trusted publisher for rubygems.org1f0a0fb
Exclude truffleruby-head from ubuntu-latest683fdb4
timeout.rb: Update documentation6b445fc
Merge pull request #49 from jpcamara/fix-documentation-for-timeout-method213f4e2
Global #timeout was remove 5 years ago6c99460
Update license files with ruby/rubycb5ee35
Make test_nested_timeouts less flakya7e91a5
Merge pull request #46 from mark-young-atg/provide_changelog_link_on_rubygems47a6f03
Provide a 'Changelog' link on rubygems.org/gems/timeoutMost Recent Ignore Conditions Applied to This Pull Request
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions