Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the monthly group with 3 updates in the / directory: m, i18n and prism.

Updates m from 1.6.2 to 1.7.0

Commits
  • bf9728d Bump version to 1.7.0
  • 89243ee Drop minitest 4 support
  • 4f4657b Remove separate gemfiles
  • 155d82b Use require_relative to load m in allocation test
  • 2be121e Run the tests with minitest instead of test/unit
  • 9dba5ea Allow running individual test files with ruby test/some_test.rb
  • 9cd830d Rename minitest5 test to minitest
  • 704aabe Add support for running on minitest 6
  • 24950f6 Only require minitest/unit in tests if minitest 4 is being used
  • 1ea140b Have minitest example test work with minitest 6
  • Additional commits viewable in compare view

Updates i18n from 1.14.7 to 1.14.8

Release notes

Sourced from i18n's releases.

v1.14.8

Full Changelog: ruby-i18n/i18n@v1.14.7...v1.14.8

What's Changed

New Contributors

Full Changelog: ruby-i18n/i18n@v1.14.7...v1.14.8

Commits
  • f2fb6a5 Bump to 1.14.9
  • ef62253 Merge pull request #726 from byroot/fstr-compat
  • 0022013 Merge branch 'master' into fstr-compat
  • dee96b6 Remove testing for EOL Rubies 3.1 + 3.0
  • c6873f9 Merge remote-tracking branch 'olleolleolle/patch-1'
  • 2134338 Merge pull request #724 from lee266/fix/i18n-locale-thread-variable
  • 3f9ae64 Fix compatibility with --enable-frozen-string-literal
  • d64a88d Merge pull request #722 from taketo1113/ci-ruby-3.4
  • 0e5484f CI: Fix rails version specification in gemfiles to run with the specified min...
  • 960ab2b CI: Add ruby 3.4 to CI Matrix
  • Additional commits viewable in compare view

Updates prism from 1.6.0 to 1.7.0

Release notes

Sourced from prism's releases.

v1.7.0

Added

  • Support 4.1 as a version option.
  • Add equal_loc to CallNode.
  • Add len()/is_empty() to ConstantList and NodeList in the Rust API.

Changed

  • Rename version 3.5 to version 4.0.
  • Fix compiling the gem from source on Windows.
  • Fix parsing of unary method calls like 42.~@.
  • Reject def f a, (b) = 1.
  • Reject endless method as a block parameter default.
  • Reject variable capture in alternative pattern.
  • Many fixes in regards to memory safety, found through fuzzing.
  • Many fixes to better handle invalid syntax, also found through fuzzing.
  • Fix the ruby version used by the ripper translator.
  • Fix ruby_parser translation comment processing.
Changelog

Sourced from prism's changelog.

[1.7.0] - 2025-12-18

Added

  • Support 4.1 as a version option.
  • Add equal_loc to CallNode.
  • Add len()/is_empty() to ConstantList and NodeList in the Rust API.

Changed

  • Rename version 3.5 to version 4.0.
  • Fix compiling the gem from source on Windows.
  • Fix parsing of unary method calls like 42.~@.
  • Reject def f a, (b) = 1.
  • Reject endless method as a block parameter default.
  • Reject variable capture in alternative pattern.
  • Many fixes in regards to memory safety, found through fuzzing.
  • Many fixes to better handle invalid syntax, also found through fuzzing.
  • Fix the ruby version used by the ripper translator.
  • Fix ruby_parser translation comment processing.
Commits
  • df55403 Merge pull request #3819 from ruby/bump-version
  • 21c499d Bump to v1.7.0
  • 0fa754e Merge pull request #3743 from Earlopain/bare-hash-command-call-v2
  • 48b403e Reject p(p a, &block => value) and similar
  • 61e45d5 Merge pull request #3817 from Earlopain/target-4.1
  • 849f726 Merge pull request #3813 from ruby/dependabot/maven/java-wasm/java-deps-6679a...
  • 095115f Merge pull request #3814 from ruby/dependabot/github_actions/action-deps-35b2...
  • 3b0b771 Merge pull request #3815 from ruby/dependabot/bundler/gemfiles/2.7/ruby-deps-...
  • 66e99e0 Merge pull request #3816 from eregon/fix-location_test
  • 138db9c Add Ruby 4.1 as a version specifier
  • Additional commits viewable in compare view

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

Note

Update dependencies in Gemfile.lock: m, i18n, and prism to newer minor versions.

  • Dependencies (in Gemfile.lock):
    • Bump i18n from 1.14.71.14.8.
    • Bump m from 1.6.21.7.0 (drops method_source dep; updates to use rake).
    • Bump prism from 1.6.01.7.0.

Written by Cursor Bugbot for commit cf96d5d. This will update automatically on new commits. Configure here.

Bumps the monthly group with 3 updates in the / directory: [m](https://github.com/qrush/m), [i18n](https://github.com/ruby-i18n/i18n) and [prism](https://github.com/ruby/prism).


Updates `m` from 1.6.2 to 1.7.0
- [Release notes](https://github.com/qrush/m/releases)
- [Commits](qrush/m@v1.6.2...v1.7.0)

Updates `i18n` from 1.14.7 to 1.14.8
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](ruby-i18n/i18n@v1.14.7...v1.14.8)

Updates `prism` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/ruby/prism/releases)
- [Changelog](https://github.com/ruby/prism/blob/main/CHANGELOG.md)
- [Commits](ruby/prism@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: m
  dependency-version: 1.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: monthly
- dependency-name: i18n
  dependency-version: 1.14.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: monthly
- dependency-name: prism
  dependency-version: 1.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: monthly
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 22, 2025
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedm@​1.6.2 ⏵ 1.7.097 +1100100100100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant