Skip to content

Conversation

@dependabot
Copy link

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

Bumps the rails_70 group with 6 updates in the /gemfiles/rails_70 directory:

Package From To
rails 7.0.8.7 7.0.10
mocha 2.7.1 2.8.2
minitest 5.25.4 5.26.2
simplecov-cobertura 2.1.0 3.1.0
responders 3.1.1 3.2.0
has_scope 0.8.2 0.9.0

Updates rails from 7.0.8.7 to 7.0.10

Release notes

Sourced from rails's releases.

7.0.10

See https://github.com/rails/rails/releases/tag/v7.0.9 for information about this release.

7.0.9

Active Support

  • Fix ActiveSupport::Notifications.publish_event to preserve units.

    This solves the incorrect reporting of time spent running Active Record asynchronous queries (by a factor 1000).

    Jean Boussier

  • Fix ActiveSupport::Deprecation to handle blaming generated code

    Jean Boussier, fatkodima

  • Fix #to_fs(:human_size) to correctly work with negative numbers.

    Earlopain

  • Add bigdecimal as Active Support dependency that is a bundled gem candidate for Ruby 3.4.

    bigdecimal 3.1.4 or higher version will be installed. Ruby 2.7 and 3.0 users who want bigdecimal version 2.0.0 or 3.0.0 behavior as a default gem, pin the bigdecimal version in your application Gemfile.

    Koichi ITO

  • Ensure {down,up}case_first returns non-frozen string.

    Jonathan Hefner

  • Add drb, mutex_m and base64 that are bundled gem candidates for Ruby 3.4

    Yasuo Honda

  • Fix delete_matched for file cache store to work with keys longer than the max filename size.

    fatkodima and Jonathan Hefner

  • Fix MemoryStore to prevent race conditions when incrementing or decrementing.

    Pierre Jambet

  • Fix MemoryStore to preserve entries TTL when incrementing or decrementing

    This is to be more consistent with how MemCachedStore and RedisCacheStore behaves.

... (truncated)

Commits
  • f4321f7 Preparing for 7.0.10 release
  • 4c6876c Use NPM trusted publishing for our NPM packages
  • 1a5613e Preparing for 7.0.9 release
  • 78f8e91 Fix test for Ruby 3.0 and Firefox options
  • 0a8898b Upgrade sigstore gem to 0.2.2
  • 727ba59 Sync changelog
  • cee4950 Merge pull request #55747 from skipkayhil/hm-kwzpqqkssmwtsunu
  • 245dd03 Merge pull request #50724 from aeroastro/feature/fix-minitest-dependency
  • 6c51e4c Merge pull request #54164 from zzak/asto-test-mini_magick-deprecation-warning
  • 3e8c6da Merge pull request #55812 from yahonda/bump-microsoftedge-version-to-latest
  • Additional commits viewable in compare view

Updates mocha from 2.7.1 to 2.8.2

Changelog

Sourced from mocha's changelog.

Release Notes

3.0.0-rc.2

External changes

  • Fix compatibility with Ruby 3.5 (#755) - thanks to @​Earlopain
  • Add missing quotes to docs for Mocha::ParameterMatchers::Methods#equivalent_uri (#757) - thanks to @​bensherman
  • Increment assertion count on never expected invocation (#763 & #764)
  • Remove deprecated ParameterMatchers::Base class; include ParameterMatchers::BaseMethods module instead (415ae768)
  • Remove deprecated ParameterMatcher methods now available in ParameterMatcher::Methods (8de49979)
  • Removed deprecated access to ParameterMatcher classes (6ea9e3f5)

Internal changes

  • Remove workaround for JRuby jar-dependencies issue (#737)
  • Add benchmark to Gemfile to fix warning (#733 & #740) - thanks to @​nitishr
  • Add documentation coverage check (#707, #743 & #745) - thanks to @​nitishr
  • Fix Lint/LiteralAsCondition violation (#746) - thanks to @​nitishr
  • Fix rdoc-related warning when running doc rake task (#741 & #747)
  • Fail fast in CI builds on any Ruby warnings (#729 & #741) - thanks to @​nitishr
  • Add ObjectMethods#stubba_respond_to? and use instead of Object#respond_to? (#713, #742 & #750) - thanks to @​nitishr
  • Rename #stubbee -> #stubba_object and #mock_owner -> #stubbee (#463 & #751) - thanks to @​nitishr
  • Fix enable-frozen-string-literal in CI build (#752) - thanks to @​nitishr
  • Various rubocop fixed (#754 & #756)
  • Fix Layout/EmptyLinesAfterModuleInclusion violations (3f683220)
  • Auto-correct Style/RedundantParentheses violations (0277a592)
  • Automatically retry failed CI builds (9bbdbc66)

3.0.0-rc.1

External changes

  • Improvements to docs for cardinality-related methods (#700)
  • Drop support for Ruby v2.1 (#628 & #695)
  • Improve gemspec description (#692 & #696)
  • Remove docs for use_test_unit_gem option (eaf03493)
  • Correct docs for MOCHA_OPTIONS "debug" value (69ef41c0)
  • Use built-in Ruby debug option vs custom module (#714 & #715)
  • Enable strict keyword argument matching by default in Ruby >= v3 (#697 & #718)
  • Use Ruby v1.9 Hash syntax in Hash#mocha_inspect used in failure messages (#651 & #719)
  • Improve #mocha_inspect for empty keyword argument Hash (#588 & #720) - thanks to @​herwinw for reporting
  • Improve error if Mockery.teardown called before Mockery.setup (#611, #646 & #721) - thanks to @​riniculous for reporting
  • Freeze string literals (#722)
  • Remove support for running tests with Minitest < v5 (#727)
  • Allow keyword arguments to match an expectation expecting only positional arguments (#593 & #732) - thanks to @​seandilda for reporting

Internal changes

... (truncated)

Commits
  • 3b3e41b [skip ci] Update documentation for v2.8.2
  • d40a1ee Bump version to 2.8.2 & prepare for release
  • c517148 Improve matcher class deprecation warning location
  • df40c51 [skip ci] Update documentation for v2.8.1
  • 30f82ba Bump version to 2.8.1 & prepare for release
  • 8a89856 Restore unqualified access to ParameterMatchers::BaseMethods
  • 5231a4f Restore unqualified access to matcher classes
  • f21a927 [skip ci] Update documentation for v2.8.0
  • 66a88e8 Bump version to 2.8.0 & prepare for release
  • ba21a7a Extract ParameterMatchers::Methods & add deprecations
  • Additional commits viewable in compare view

Updates minitest from 5.25.4 to 5.26.2

Changelog

Sourced from minitest's changelog.

=== 5.26.2 / 2025-11-17

  • 5 bug fixes:

    • Bumped minimum ruby to 3.1.
    • Alias Spec#name to #inspect for cleaner output in repls.
    • Fix pathing for Hoe::Minitest initialization to be more generic.
    • Fixed refute_in_epsilon to use min of abs values. (wtn)
    • Improved options processing and usage output to be more clear.

=== 5.26.1 / 2025-11-08

The Ocean Shores, Slightly Less Tipsy Edition!

  • 3 bug fixes:

    • Add links to API doco in README.
    • Add missing require thread.
    • Bumped ruby version to include 4.0 (trunk). (hsbt) (see also 5.14.2)

=== 5.26.0 / 2025-10-07

The Seattle.rb Nerd Party, Slightly Tipsy Edition!

  • 2 minor enhancements:

    • Added extra documentation to Minitest::TestTask options.
    • Make parallelize_me! a no-op when n_threads=1.
  • 9 bug fixes:

    • Bypass parallel_executor entirely when n_threads=1.
    • Don't require rubygems in Rakefile... it is 2025.
    • Ensure that minitest exits non-zero on Interrupt. (tavianator)
    • Fix Minitest.run sequence rdoc to include loop vars and read consistently.
    • Fix call to parallel_executor.shutdown when it isn't defined.
    • Removed some 1.8/1.9-based code from the assertions and expectations.
    • Still fighting with rdoc? Yup. Still fighting with rdoc...
    • Switched assert_equal's diff from Tempfile.open to Tempfile.create.
    • Use Regexp.escape for BASE_RE in case pwd has special chars. (astra_1993)

=== 5.25.5 / 2025-03-12

  • 4 bug fixes:

    • Bumped minimum ruby to 2.7.
    • Fixed expectation docs for must/wont_pattern_match. (jaredcwhite)
    • Reorder Minitest::Test.ancestors to allow reaching Minitest::Assertions#skipped? (Edouard-chin)
    • Update the ruby and rails compatibility tables. (bquorning)
Commits
  • 25f78c0 prepped for release
  • 1284a3f Dropped extra 2.7 compatibility code.
  • adfb01d Dropped extra 2.7 compatibility code.
  • aa1c3fa - Fix pathing for Hoe::Minitest initialization to be more generic.
  • cb3a345 - Bumped minimum ruby to 3.1.
  • 1f47bc6 - Fixed refute_in_epsilon to use min of abs values. (wtn)
  • a52e727 Fuuuuck I am SO tired of ruby 2.7!
  • 33259e4 - Alias Spec#name to #inspect for cleaner output in repls.
  • e2bc84c - Improved options processing and usage output to be more clear.
  • 15265da prepped for release
  • Additional commits viewable in compare view

Updates simplecov-cobertura from 2.1.0 to 3.1.0

Release notes

Sourced from simplecov-cobertura's releases.

v3.1.0

What's Changed

New Contributors

Full Changelog: jessebs/simplecov-cobertura@v3.0.0...v3.1.0

v3.0.0

What's Changed

New Contributors

Full Changelog: jessebs/simplecov-cobertura@v2.1.0...v3.0.0

Commits

Updates responders from 3.1.1 to 3.2.0

Release notes

Sourced from responders's releases.

v3.2.0

https://github.com/heartcombo/responders/blob/v3.2.0/CHANGELOG.md#320

Changelog

Sourced from responders's changelog.

3.2.0

  • Add support for Ruby 3.3/3.4 and Rails 7.2/8.0/8.1. (no changes required)
  • Drop support for Rails < 7 and Ruby < 2.7.
Commits

Updates actionpack from 7.0.8.7 to 7.0.10

Release notes

Sourced from actionpack's releases.

7.0.10

See https://github.com/rails/rails/releases/tag/v7.0.9 for information about this release.

7.0.9

Active Support

  • Fix ActiveSupport::Notifications.publish_event to preserve units.

    This solves the incorrect reporting of time spent running Active Record asynchronous queries (by a factor 1000).

    Jean Boussier

  • Fix ActiveSupport::Deprecation to handle blaming generated code

    Jean Boussier, fatkodima

  • Fix #to_fs(:human_size) to correctly work with negative numbers.

    Earlopain

  • Add bigdecimal as Active Support dependency that is a bundled gem candidate for Ruby 3.4.

    bigdecimal 3.1.4 or higher version will be installed. Ruby 2.7 and 3.0 users who want bigdecimal version 2.0.0 or 3.0.0 behavior as a default gem, pin the bigdecimal version in your application Gemfile.

    Koichi ITO

  • Ensure {down,up}case_first returns non-frozen string.

    Jonathan Hefner

  • Add drb, mutex_m and base64 that are bundled gem candidates for Ruby 3.4

    Yasuo Honda

  • Fix delete_matched for file cache store to work with keys longer than the max filename size.

    fatkodima and Jonathan Hefner

  • Fix MemoryStore to prevent race conditions when incrementing or decrementing.

    Pierre Jambet

  • Fix MemoryStore to preserve entries TTL when incrementing or decrementing

    This is to be more consistent with how MemCachedStore and RedisCacheStore behaves.

... (truncated)

Commits
  • f4321f7 Preparing for 7.0.10 release
  • 1a5613e Preparing for 7.0.9 release
  • 78f8e91 Fix test for Ruby 3.0 and Firefox options
  • bc0b874 Merge pull request #55106 from Edouard-chin/ec-dom-testing
  • ef8a942 Merge pull request #55005 from yahonda/selenium_webdriver_4_32_0
  • 21cbbeb Update rubocop and fix offenses
  • c69f367 Merge tag 'v7.0.8.7' into 7-0-stable
  • e872cd4 Merge remote-tracking branch 'origin/7-0-sec' into 7-0-stable
  • 843ccc9 Merge remote-tracking branch 'origin/7-0-sec' into 7-0-stable
  • f58f83a Merge pull request #53202 from byroot/ruby-3.4-hash-inspect
  • Additional commits viewable in compare view

Updates railties from 7.0.8.7 to 7.0.10

Release notes

Sourced from railties's releases.

7.0.10

See https://github.com/rails/rails/releases/tag/v7.0.9 for information about this release.

7.0.9

Active Support

  • Fix ActiveSupport::Notifications.publish_event to preserve units.

    This solves the incorrect reporting of time spent running Active Record asynchronous queries (by a factor 1000).

    Jean Boussier

  • Fix ActiveSupport::Deprecation to handle blaming generated code

    Jean Boussier, fatkodima

  • Fix #to_fs(:human_size) to correctly work with negative numbers.

    Earlopain

  • Add bigdecimal as Active Support dependency that is a bundled gem candidate for Ruby 3.4.

    bigdecimal 3.1.4 or higher version will be installed. Ruby 2.7 and 3.0 users who want bigdecimal version 2.0.0 or 3.0.0 behavior as a default gem, pin the bigdecimal version in your application Gemfile.

    Koichi ITO

  • Ensure {down,up}case_first returns non-frozen string.

    Jonathan Hefner

  • Add drb, mutex_m and base64 that are bundled gem candidates for Ruby 3.4

    Yasuo Honda

  • Fix delete_matched for file cache store to work with keys longer than the max filename size.

    fatkodima and Jonathan Hefner

  • Fix MemoryStore to prevent race conditions when incrementing or decrementing.

    Pierre Jambet

  • Fix MemoryStore to preserve entries TTL when incrementing or decrementing

    This is to be more consistent with how MemCachedStore and RedisCacheStore behaves.

... (truncated)

Commits
  • f4321f7 Preparing for 7.0.10 release
  • 1a5613e Preparing for 7.0.9 release
  • 245dd03 Merge pull request #50724 from aeroastro/feature/fix-minitest-dependency
  • c69f367 Merge tag 'v7.0.8.7' into 7-0-stable
  • df5ac03 Merge pull request #53314 from Shopify/7-0-stable-ruby-3.4-compat
  • e872cd4 Merge remote-tracking branch 'origin/7-0-sec' into 7-0-stable
  • 843ccc9 Merge remote-tracking branch 'origin/7-0-sec' into 7-0-stable
  • 6133291 Fix test failures on Ruby 3.4-preview2
  • f58f83a Merge pull request #53202 from byroot/ruby-3.4-hash-inspect
  • 967b71d Merge branch '7-0-sec' into 7-0-stable
  • Additional commits viewable in compare view

Updates has_scope from 0.8.2 to 0.9.0

Changelog

Sourced from has_scope's changelog.

0.9.0

  • Add support for Ruby 3.3/3.4 and Rails 7.2/8.0/8.1. (no changes required)
  • Drop support for Rails < 7 and Ruby < 2.7.
Commits
  • 42e35fb Release v0.9.0
  • 325cc59 Merge pull request #127 from heartcombo/ca-upgrade
  • 9624557 Update copyright, use new email, remove plataformatec [ci skip]
  • 6b4641b Update Ruby/Rails support
  • a8d561c Update copyright, use new email, remove plataformatec
  • 823c5c4 Bump year [ci skip]
  • 70969ec Add support to Ruby 3.3 (no changes required)
  • bf8583b Update to latest gems
  • See full diff 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

Bumps the rails_70 group with 6 updates in the /gemfiles/rails_70 directory:

| Package | From | To |
| --- | --- | --- |
| [rails](https://github.com/rails/rails) | `7.0.8.7` | `7.0.10` |
| [mocha](https://github.com/freerange/mocha) | `2.7.1` | `2.8.2` |
| [minitest](https://github.com/minitest/minitest) | `5.25.4` | `5.26.2` |
| [simplecov-cobertura](https://github.com/jessebs/simplecov-cobertura) | `2.1.0` | `3.1.0` |
| [responders](https://github.com/heartcombo/responders) | `3.1.1` | `3.2.0` |
| [has_scope](https://github.com/heartcombo/has_scope) | `0.8.2` | `0.9.0` |



Updates `rails` from 7.0.8.7 to 7.0.10
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.0.8.7...v7.0.10)

Updates `mocha` from 2.7.1 to 2.8.2
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.7.1...v2.8.2)

Updates `minitest` from 5.25.4 to 5.26.2
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.25.4...v5.26.2)

Updates `simplecov-cobertura` from 2.1.0 to 3.1.0
- [Release notes](https://github.com/jessebs/simplecov-cobertura/releases)
- [Commits](jessebs/simplecov-cobertura@v2.1.0...v3.1.0)

Updates `responders` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/heartcombo/responders/releases)
- [Changelog](https://github.com/heartcombo/responders/blob/main/CHANGELOG.md)
- [Commits](heartcombo/responders@v3.1.1...v3.2.0)

Updates `actionpack` from 7.0.8.7 to 7.0.10
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.1/actionpack/CHANGELOG.md)
- [Commits](rails/rails@v7.0.8.7...v7.0.10)

Updates `railties` from 7.0.8.7 to 7.0.10
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.1/railties/CHANGELOG.md)
- [Commits](rails/rails@v7.0.8.7...v7.0.10)

Updates `has_scope` from 0.8.2 to 0.9.0
- [Release notes](https://github.com/heartcombo/has_scope/releases)
- [Changelog](https://github.com/heartcombo/has_scope/blob/main/CHANGELOG.md)
- [Commits](heartcombo/has_scope@v0.8.2...v0.9.0)

---
updated-dependencies:
- dependency-name: rails
  dependency-version: 7.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_70
- dependency-name: mocha
  dependency-version: 2.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_70
- dependency-name: minitest
  dependency-version: 5.26.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_70
- dependency-name: simplecov-cobertura
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_70
- dependency-name: responders
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_70
- dependency-name: actionpack
  dependency-version: 7.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_70
- dependency-name: railties
  dependency-version: 7.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_70
- dependency-name: has_scope
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_70
...

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 1, 2025
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