build(deps-dev): bump the development-dependencies group across 1 directory with 5 updates - #339
Open
dependabot[bot] wants to merge 2 commits into
Open
Conversation
…ectory with 5 updates Bumps the development-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [msgpack](https://github.com/msgpack/msgpack-ruby) | `1.8.3` | `1.8.4` | | [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.9.4` | `2.9.6` | | [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.39.1` | `0.40.0` | | [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.26.1` | `1.27.0` | | [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.35.3` | `2.37.0` | Updates `msgpack` from 1.8.3 to 1.8.4 - [Changelog](https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog) - [Commits](msgpack/msgpack-ruby@v1.8.3...v1.8.4) Updates `sqlite3` from 2.9.4 to 2.9.6 - [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.4...v2.9.6) Updates `rubocop-minitest` from 0.39.1 to 0.40.0 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.39.1...v0.40.0) Updates `rubocop-performance` from 1.26.1 to 1.27.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.26.1...v1.27.0) Updates `rubocop-rails` from 2.35.3 to 2.37.0 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.35.3...v2.37.0) --- updated-dependencies: - dependency-name: msgpack dependency-version: 1.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: sqlite3 dependency-version: 2.9.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: rubocop-minitest dependency-version: 0.40.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: rubocop-performance dependency-version: 1.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: rubocop-rails dependency-version: 2.37.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Updates development and lint dependencies, including security and stability fixes for SQLite and MessagePack.
Changes:
- Bumps five direct development dependencies.
- Refreshes related lockfile versions, checksums, and transitive dependencies.
Tip
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
Gemfile |
Updates pinned development and RuboCop plugin versions. |
Gemfile.lock |
Records resolved versions, transitive updates, and checksums. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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 development-dependencies group with 5 updates in the / directory:
1.8.31.8.42.9.42.9.60.39.10.40.01.26.11.27.02.35.32.37.0Updates
msgpackfrom 1.8.3 to 1.8.4Changelog
Sourced from msgpack's changelog.
Commits
42378b0Release 1.8.47cb88d4Merge pull request #399 from Watson1978/fix-rmem-page-ownershipce44d0eFix rmem page released while a later chunk still points into it8ab8a5aMerge pull request #398 from hsbt/claude/vigilant-chebyshev-63ce11b136b7fMerge pull request #397 from Watson1978/fix-recursive-ext-stack-overflowcf586e9Build deep recursive-extension spec payload without deep recursion752ad7fSkip recursive-extension StackError spec on JRuby1b0cdf7Raise StackError instead of crashing on deeply nested recursive extensionsd2e1c88Fix build failure on mswin due to empty UNREACHABLE_RETURN()3efa8bdMove dev dependencies in the GemfileUpdates
sqlite3from 2.9.4 to 2.9.6Release notes
Sourced from sqlite3's releases.
... (truncated)
Changelog
Sourced from sqlite3's changelog.
Commits
a52dc0dversion bump to v2.9.6cc5ac0cRoot the aggregate argument array so GC cannot free live values (GHSA-mwm8-39...abcb0f6Reject database filenames and VFS names containing NUL (#732)1d86b7aRaise when open_v2 or open16 is called on an open database (#729)7230171Stop a raise inside a UDF block from deadlocking other threads (#731)2677f9aPass TEXT values containing embedded NULs to UDFs intact (#730)3de8f6edoc: update CHANGELOG.mdac6bd2fRelease aggregate instances when sqlite finishes with them (#722)32460e9Stop sqlite calling into moved Ruby objects (#723)f600993build(deps-dev): update rubocop-minitest requirement (#727)Updates
rubocop-minitestfrom 0.39.1 to 0.40.0Release notes
Sourced from rubocop-minitest's releases.
Changelog
Sourced from rubocop-minitest's changelog.
Commits
ee2ffbaCut 0.40.0a647bd0Update Changelog8d55114Merge pull request #359 from koic/fix_multiple_assertions_todo_test_state_leaka7e210dMerge pull request #358 from koic/fix_uninitialized_instance_variable_warnings113548bFixMinitest/MultipleAssertionstodo test on the oldest supported RuboCop651e6b1Suppress uninitialized instance variable warnings in the test supporteeff9aaMerge pull request #355 from koic/add_rubocop_test_case_stable_apief1fc28AddRuboCop::TestCaseas a stable API for testing custom copsef90eadMerge pull request #354 from koic/fix_jruby_ci_failure_caused_by_rbs_native_e...8027065Fix JRuby CI failure caused by rbs native extension buildUpdates
rubocop-performancefrom 1.26.1 to 1.27.0Release notes
Sourced from rubocop-performance's releases.
Changelog
Sourced from rubocop-performance's changelog.
Commits
c07064dCut 1.27.00e7abe8Update Changelog0d43a61Suppress RuboCop offenses72eb77dMerge pull request #533 from koic/fix_chain_array_allocation_false_negatives9c60244Merge pull request #528 from koic/fix_regexp_match_offense_message_for_bang_t...c3515cb[Fix #532] Fix false negatives forPerformance/ChainArrayAllocationdba3d75Merge pull request #530 from koic/lazy_load_copsdd5f992Load cops lazilyf1763dd[Fix #510] ClarifyPerformance/RegexpMatchmessage for!~9c969a6Fix JRuby CI failure caused by rbs native extension buildUpdates
rubocop-railsfrom 2.35.3 to 2.37.0Release notes
Sourced from rubocop-rails's releases.
Changelog
Sourced from rubocop-rails's changelog.
Commits
2ccba59Cut 2.37.0597f352Update Changeloga400494Merge pull request #1652 from moberegger/moberegger/optimize-HttpPositionalAr...cbc6157Optimize HttpPositionalArguments copcb023b9Suppress RuboCop offenses166cfc6Merge pull request #1650 from koic/lazy_load_cops3dd6378Load cops lazily0b20dadMerge pull request #1649 from kuboon/copilot/attribute-default-block-value7c76696Allow frozen literal defaults in AttributeDefaultBlockValue84fef55Reset the docs versionDependabot 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 conditions