Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps the ruby-deps group with 1 update in the / directory: rspec-mocks.
Bumps the ruby-deps group with 1 update in the /examples/camping directory: warbler.
Bumps the ruby-deps group with 3 updates in the /examples/rails7 directory: warbler, bigdecimal and minitest.
Bumps the ruby-deps group with 1 update in the /examples/sinatra directory: warbler.

Updates rspec-mocks from 3.13.5 to 3.13.6

Changelog

Sourced from rspec-mocks's changelog.

3.13.6 / 2025-10-14

Full Changelog

Bug Fixes:

  • Work around possible infinite loop when stubbing is_a?. (Erin Paget, rspec/rspec#265)
Commits
  • 0cca228 rspec-mocks-v3.13.6
  • de0f104 Merge pull request #265 from undees/undees/73-avoid-infinite-loop-on-mocked-is-a
  • 5aa0256 Change more :if / :unless to :skip
  • 6ceb263 Merge pull request #226 from rspec/general-lint-fixes
  • e82920a Fix typo for expectations
  • See full diff in compare view

Updates warbler from 523237b to 8e3d365

Commits
  • 8e3d365 Add lib/warbler_jar.jar to .gitignore
  • 5781d96 Merge pull request #579 from headius/remove_jar
  • 7615427 Remove the versioned jar from repo
  • e697a3f Merge pull request #576 from chadlwilson/2.1.0-release-prep
  • eb5fe94 build: Define compatible jruby/jruby-rack more accurately; allow ostruct patches
  • 3189eb1 chore: Bump versions for 2.1.0 release
  • 65a98ab docs: Update and rationalise changelog for 2.1.0 release
  • e9df723 build: Correct rdoc generation for release
  • d438bb2 Merge pull request #578 from jruby/kares-patch-1
  • 1e148de Proper JRuby at runtime requirement
  • Additional commits viewable in compare view

Updates jruby-rack from 1.2.5 to 1.2.6

Changelog

Sourced from jruby-rack's changelog.

1.2.6 (UNRELEASED)

  • Add missing block-only signature for debug logging
  • update (bundled) rack to 2.2.20
  • Ensure rack boot process leaves ENV['GEM_PATH'] and Gem.paths in a consistent state
  • Remove undocumented and unsafe jruby.rack.env.gem_path = false option (unusable on Bundler 1.6+)
  • Fix unintended Rubygems initialization too early in boot process with JRuby 9.4+
Commits
  • 0cf520c [release] prepare for 1.2.6
  • 408870e Merge pull request #358 from chadlwilson/improve-gem-path-consistency
  • 023672b [docs] fix warbler link
  • 7e0b44b [chore] Remove outdated comment
  • 2bdcb42 [fix] Avoid requiring 'stringio' so early in boot process
  • ac038be [fix] Remove the undocumented and unsafe jruby.rack.env.gem_path = false init...
  • 8bbcbdf [fix] Ensure that jruby-rack leaves ENV vars and Gem.path in consistent state
  • 23f527e [build] Bump bundled rack from 2.2.19 to 2.2.20
  • 2b54b77 [chore] Link Maven Central
  • 60e3985 [chore] Label the badges
  • Additional commits viewable in compare view

Updates ostruct from 0.6.2 to 0.6.3

Release notes

Sourced from ostruct's releases.

v0.6.3

What's Changed

Full Changelog: ruby/ostruct@v0.6.2...v0.6.3

Commits

Updates rubyzip from 3.1.1 to 3.2.0

Release notes

Sourced from rubyzip's releases.

v3.2.0

Version 3.2.0

The 3.2.x line adds the ability to suppress extra fields when creating new Zip files.

⚠️ There are breaking changes in the 3.x series ⚠️

Please see the README and Updating to version 3.x in the wiki for help upgrading from version 2.4.x to version 3.x.

Changelog

Sourced from rubyzip's changelog.

3.2.0 (2025-10-14)

Tooling/internal:

  • Entry: clean up reading and writing the Central Directory headers.
  • Improve Zip64 tests for OutputStream.
  • Extra fields: use symbols as indices as opposed to strings.
  • Ensure that Unknown extra field has a superclass.
Commits
  • 9a7ee0d Update version number and Changelog for release.
  • 1ff464a Allow File to suppress extra fields.
  • cbe3f10 README: document the use of OutputStream.
  • 5b1e18c OutputStream: allow individual extra fields to be suppressed.
  • 208effe Allow OutputStream to locally suppress extra fields.
  • f49ecb6 Entry: clean up reading and writing the CDir headers.
  • 00ebfc5 Test OutputStream behaves as expected with Zip64 support off.
  • 92b965c Test OutputStream sets Zip64 extra field by default.
  • 6256a1f Extra fields: use symbols as indices as opposed to strings.
  • 2f14307 Ensure that Unknown extra field has a superclass.
  • Additional commits viewable in compare view

Updates warbler from 523237b to 8e3d365

Commits
  • 8e3d365 Add lib/warbler_jar.jar to .gitignore
  • 5781d96 Merge pull request #579 from headius/remove_jar
  • 7615427 Remove the versioned jar from repo
  • e697a3f Merge pull request #576 from chadlwilson/2.1.0-release-prep
  • eb5fe94 build: Define compatible jruby/jruby-rack more accurately; allow ostruct patches
  • 3189eb1 chore: Bump versions for 2.1.0 release
  • 65a98ab docs: Update and rationalise changelog for 2.1.0 release
  • e9df723 build: Correct rdoc generation for release
  • d438bb2 Merge pull request #578 from jruby/kares-patch-1
  • 1e148de Proper JRuby at runtime requirement
  • Additional commits viewable in compare view

Updates jruby-rack from 1.2.5 to 1.2.6

Changelog

Sourced from jruby-rack's changelog.

1.2.6 (UNRELEASED)

  • Add missing block-only signature for debug logging
  • update (bundled) rack to 2.2.20
  • Ensure rack boot process leaves ENV['GEM_PATH'] and Gem.paths in a consistent state
  • Remove undocumented and unsafe jruby.rack.env.gem_path = false option (unusable on Bundler 1.6+)
  • Fix unintended Rubygems initialization too early in boot process with JRuby 9.4+
Commits
  • 0cf520c [release] prepare for 1.2.6
  • 408870e Merge pull request #358 from chadlwilson/improve-gem-path-consistency
  • 023672b [docs] fix warbler link
  • 7e0b44b [chore] Remove outdated comment
  • 2bdcb42 [fix] Avoid requiring 'stringio' so early in boot process
  • ac038be [fix] Remove the undocumented and unsafe jruby.rack.env.gem_path = false init...
  • 8bbcbdf [fix] Ensure that jruby-rack leaves ENV vars and Gem.path in consistent state
  • 23f527e [build] Bump bundled rack from 2.2.19 to 2.2.20
  • 2b54b77 [chore] Link Maven Central
  • 60e3985 [chore] Label the badges
  • Additional commits viewable in compare view

Updates ostruct from 0.6.2 to 0.6.3

Release notes

Sourced from ostruct's releases.

v0.6.3

What's Changed

Full Changelog: ruby/ostruct@v0.6.2...v0.6.3

Commits

Updates rubyzip from 3.1.1 to 3.2.0

Release notes

Sourced from rubyzip's releases.

v3.2.0

Version 3.2.0

The 3.2.x line adds the ability to suppress extra fields when creating new Zip files.

⚠️ There are breaking changes in the 3.x series ⚠️

Please see the README and Updating to version 3.x in the wiki for help upgrading from version 2.4.x to version 3.x.

Changelog

Sourced from rubyzip's changelog.

3.2.0 (2025-10-14)

Tooling/internal:

  • Entry: clean up reading and writing the Central Directory headers.
  • Improve Zip64 tests for OutputStream.
  • Extra fields: use symbols as indices as opposed to strings.
  • Ensure that Unknown extra field has a superclass.
Commits
  • 9a7ee0d Update version number and Changelog for release.
  • 1ff464a Allow File to suppress extra fields.
  • cbe3f10 README: document the use of OutputStream.
  • 5b1e18c OutputStream: allow individual extra fields to be suppressed.
  • 208effe Allow OutputStream to locally suppress extra fields.
  • f49ecb6 Entry: clean up reading and writing the CDir headers.
  • 00ebfc5 Test OutputStream behaves as expected with Zip64 support off.
  • 92b965c Test OutputStream sets Zip64 extra field by default.
  • 6256a1f Extra fields: use symbols as indices as opposed to strings.
  • 2f14307 Ensure that Unknown extra field has a superclass.
  • Additional commits viewable in compare view

Updates bigdecimal from 3.3.0 to 3.3.1

Release notes

Sourced from bigdecimal's releases.

v3.3.1

What's Changed

Full Changelog: ruby/bigdecimal@v3.3.0...v3.3.1

Changelog

Sourced from bigdecimal's changelog.

3.3.1

  • All BigMath methods converts non integer precision with to_int

    @​tompng

Commits

Updates minitest from 5.25.5 to 5.26.0

Changelog

Sourced from minitest's changelog.

=== 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)
Commits
  • f78aa72 prepped for release
  • 5faf12f - Use Regexp.escape for BASE_RE in case pwd has special chars. (astra_1993)
  • 839c5f0 - Bypass parallel_executor entirely when n_threads=1.
  • 7c90742 - Switched assert_equal's diff from Tempfile.open to Tempfile.create.
  • b3dcd38 clarify an assert_equal + newline + backslash n test output to be more readable
  • 14c87ef Improve let tests to no longer be order dependent.
  • 6c995cf - Ensure that minitest exits non-zero on Interrupt. (tavianator)
  • 42ce806 - Removed some 1.8/1.9-based code from the assertions and expectations.
  • a17393e - Still fighting with rdoc? Yup. Still fighting with rdoc...
  • 68b3d0c - Don't require rubygems in Rakefile... it is 2025.
  • Additional commits viewable in compare view

Updates warbler from 523237b to 8e3d365

Commits
  • 8e3d365 Add lib/warbler_jar.jar to .gitignore
  • 5781d96 Merge pull request #579 from headius/remove_jar
  • 7615427 Remove the versioned jar from repo
  • e697a3f Merge pull request #576 from chadlwilson/2.1.0-release-prep
  • eb5fe94 build: Define compatible jruby/jruby-rack more accurately; allow ostruct patches
  • 3189eb1 chore: Bump versions for 2.1.0 release
  • 65a98ab docs: Update and rationalise changelog for 2.1.0 release
  • e9df723 build: Correct rdoc generation for release
  • d438bb2 Merge pull request #578 from jruby/kares-patch-1
  • 1e148de Proper JRuby at runtime requirement
  • Additional commits viewable in compare view

Updates jruby-rack from 1.2.5 to 1.2.6

Changelog

Sourced from jruby-rack's changelog.

1.2.6 (UNRELEASED)

  • Add missing block-only signature for debug logging
  • update (bundled) rack to 2.2.20
  • Ensure rack boot process leaves ENV['GEM_PATH'] and Gem.paths in a consistent state
  • Remove undocumented and unsafe jruby.rack.env.gem_path = false option (unusable on Bundler 1.6+)
  • Fix unintended Rubygems initialization too early in boot process with JRuby 9.4+
Commits
  • 0cf520c [release] prepare for 1.2.6
  • 408870e Merge pull request #358 from chadlwilson/improve-gem-path-consistency
  • 023672b [docs] fix warbler link
  • 7e0b44b [chore] Remove outdated comment
  • 2bdcb42 [fix] Avoid requiring 'stringio' so early in boot process
  • ac038be [fix] Remove the undocumented and unsafe jruby.rack.env.gem_path = false init...
  • 8bbcbdf [fix] Ensure that jruby-rack leaves ENV vars and Gem.path in consistent state
  • 23f527e [build] Bump bundled rack from 2.2.19 to 2.2.20
  • 2b54b77 [chore] Link Maven Central
  • 60e3985 [chore] Label the badges
  • Additional commits viewable in compare view

Updates ostruct from 0.6.2 to 0.6.3

Release notes

Sourced from ostruct's releases.

v0.6.3

What's Changed

Full Changelog: ruby/ostruct@v0.6.2...v0.6.3

Commits

Updates rubyzip from 3.1.1 to 3.2.0

Release notes

Sourced from rubyzip's releases.

v3.2.0

Version 3.2.0

The 3.2.x line adds the ability to suppress extra fields when creating new Zip files.

⚠️ There are breaking changes in the 3.x series ⚠️

Please see the README and Updating to version 3.x in the wiki for help upgrading from version 2.4.x to version 3.x.

Changelog

Sourced from rubyzip's changelog.

3.2.0 (2025-10-14)

Tooling/internal:

  • Entry: clean up reading and writing the Central Directory headers.
  • Improve Zip64 tests for OutputStream.
  • Extra fields: use symbols as indices as opposed to strings.
  • Ensure that Unknown extra field has a superclass.
Commits
  • 9a7ee0d Update version number and Changelog for release.
  • 1ff464a Allow File to suppress extra fields.
  • cbe3f10 README: document the use of OutputStream.
  • 5b1e18c OutputStream: allow individual extra fields to be suppressed.
  • 208effe Allow OutputStream to locally suppress extra fields.
  • f49ecb6 Entry: clean up reading and writing the CDir headers.
  • 00ebfc5 Test OutputStream behaves as expected with Zip64 support off.
  • 92b965c Test OutputStream sets Zip64 extra field by default.
  • 6256a1f Extra fields: use symbols as indices as opposed to strings.
  • 2f14307 Ensure that Unknown extra field has a superclass.
  • 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

Bumps the ruby-deps group with 1 update in the / directory: [rspec-mocks](https://github.com/rspec/rspec).
Bumps the ruby-deps group with 1 update in the /examples/camping directory: [warbler](https://github.com/jruby/warbler).
Bumps the ruby-deps group with 3 updates in the /examples/rails7 directory: [warbler](https://github.com/jruby/warbler), [bigdecimal](https://github.com/ruby/bigdecimal) and [minitest](https://github.com/minitest/minitest).
Bumps the ruby-deps group with 1 update in the /examples/sinatra directory: [warbler](https://github.com/jruby/warbler).


Updates `rspec-mocks` from 3.13.5 to 3.13.6
- [Changelog](https://github.com/rspec/rspec/blob/rspec-mocks-v3.13.6/rspec-mocks/Changelog.md)
- [Commits](rspec/rspec@rspec-mocks-v3.13.5...rspec-mocks-v3.13.6)

Updates `warbler` from `523237b` to `8e3d365`
- [Commits](jruby/warbler@523237b...8e3d365)

Updates `jruby-rack` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/jruby/jruby-rack/releases)
- [Changelog](https://github.com/jruby/jruby-rack/blob/master/CHANGELOG.md)
- [Commits](jruby-rack-1.2.5...jruby-rack-1.2.6)

Updates `ostruct` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/ruby/ostruct/releases)
- [Commits](ruby/ostruct@v0.6.2...v0.6.3)

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

Updates `warbler` from `523237b` to `8e3d365`
- [Commits](jruby/warbler@523237b...8e3d365)

Updates `jruby-rack` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/jruby/jruby-rack/releases)
- [Changelog](https://github.com/jruby/jruby-rack/blob/master/CHANGELOG.md)
- [Commits](jruby-rack-1.2.5...jruby-rack-1.2.6)

Updates `ostruct` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/ruby/ostruct/releases)
- [Commits](ruby/ostruct@v0.6.2...v0.6.3)

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

Updates `bigdecimal` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/ruby/bigdecimal/releases)
- [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md)
- [Commits](ruby/bigdecimal@v3.3.0...v3.3.1)

Updates `minitest` from 5.25.5 to 5.26.0
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.25.5...v5.26.0)

Updates `warbler` from `523237b` to `8e3d365`
- [Commits](jruby/warbler@523237b...8e3d365)

Updates `jruby-rack` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/jruby/jruby-rack/releases)
- [Changelog](https://github.com/jruby/jruby-rack/blob/master/CHANGELOG.md)
- [Commits](jruby-rack-1.2.5...jruby-rack-1.2.6)

Updates `ostruct` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/ruby/ostruct/releases)
- [Commits](ruby/ostruct@v0.6.2...v0.6.3)

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

---
updated-dependencies:
- dependency-name: rspec-mocks
  dependency-version: 3.13.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: warbler
  dependency-version: 8e3d3658f43348222d380d7cb782f51b03ed20af
  dependency-type: direct:development
  dependency-group: ruby-deps
- dependency-name: jruby-rack
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: ostruct
  dependency-version: 0.6.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: rubyzip
  dependency-version: 3.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: warbler
  dependency-version: 8e3d3658f43348222d380d7cb782f51b03ed20af
  dependency-type: direct:development
  dependency-group: ruby-deps
- dependency-name: jruby-rack
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: ostruct
  dependency-version: 0.6.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: rubyzip
  dependency-version: 3.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: bigdecimal
  dependency-version: 3.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: minitest
  dependency-version: 5.26.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: warbler
  dependency-version: 8e3d3658f43348222d380d7cb782f51b03ed20af
  dependency-type: direct:development
  dependency-group: ruby-deps
- dependency-name: jruby-rack
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: ostruct
  dependency-version: 0.6.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: rubyzip
  dependency-version: 3.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
...

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 Oct 15, 2025
@chadlwilson chadlwilson merged commit 828463a into master Oct 15, 2025
37 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/ruby-deps-18bc0de18e branch October 15, 2025 20:11
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.

2 participants