[bundler] Bump the monthly group with 2 updates#195
Merged
Conversation
Bumps the monthly group with 2 updates: [rake](https://github.com/ruby/rake) and [sqlite3](https://github.com/sparklemotion/sqlite3-ruby). Updates `rake` from 13.4.1 to 13.4.2 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.4.1...v13.4.2) Updates `sqlite3` from 2.9.2 to 2.9.3 - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v2.9.2...v2.9.3) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: monthly - dependency-name: sqlite3 dependency-version: 2.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: monthly ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
ahaverbuch
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 2 updates: rake and sqlite3.
Updates
rakefrom 13.4.1 to 13.4.2Commits
503b8ecv13.4.246038e7Merge pull request #723 from ruby/fix/testopts-preserve-existing-value604a3d9Isolate TESTOPTS env in TestRakeTestTask setup/teardown5886caaPreserve ENV["TESTOPTS"] when verbose is enabledUpdates
sqlite3from 2.9.2 to 2.9.3Release notes
Sourced from sqlite3's releases.
Changelog
Sourced from sqlite3's changelog.
Commits
2e8172cversion bump to v2.9.33dee3f2Merge pull request #696 from sparklemotion/dep-sqlite-3.53.06d1ae38build(deps): update vendored sqlite to 3.53.045611fdbuild(deps): bump the actions group with 3 updates (#695)c1724fcbuild(deps): bump vmactions/freebsd-vm in the actions group (#694)8a7709ebuild(deps-dev): update minitest requirement from 6.0.2 to 6.0.3 (#693)b7c076dbuild(deps): bump the actions group with 3 updates (#692)704beb8build(deps): bump the actions group with 2 updates (#691)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsNote
Medium Risk
While changes are limited to lockfile version bumps, updating
sqlite3(and its vendored SQLite) can affect local/test DB behavior across platforms.Overview
Updates dependency lockfiles to bump
rakefrom13.4.1to13.4.2andsqlite3from2.9.2to2.9.3(across the rootGemfile.lockand the Rails appraisal lockfiles).Reviewed by Cursor Bugbot for commit a6f92ca. Bugbot is set up for automated code reviews on this repo. Configure here.