Skip to content

chore(deps): bump the bundler group with 23 updates#268

Merged
Nick2bad4u merged 1 commit intomainfrom
dependabot/bundler/bundler-b7969f6098
Jun 1, 2025
Merged

chore(deps): bump the bundler group with 23 updates#268
Nick2bad4u merged 1 commit intomainfrom
dependabot/bundler/bundler-b7969f6098

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2025

Bumps the bundler group with 23 updates:

Package From To
benchmark 0.4.0 0.4.1
bigdecimal 3.1.9 3.2.1
csv 3.3.4 3.3.5
diff-lcs 1.6.1 1.6.2
drb 2.2.1 2.2.3
erb 4.0.4 5.0.1
hashdiff 1.1.2 1.2.0
language_server-protocol 3.17.0.4 3.17.0.5
loofah 2.24.0 2.24.1
psych 5.2.3 5.2.6
rails-dom-testing 2.2.0 2.3.0
rake 13.2.1 13.3.0
rbs 3.9.2 3.9.4
rdoc 6.13.1 6.14.0
rspec 3.13.0 3.13.1
rspec-core 3.13.3 3.13.4
rspec-expectations 3.13.4 3.13.5
rspec-mocks 3.13.3 3.13.5
rspec-support 3.13.3 3.13.4
rubygems-update 3.6.8 3.6.9
set 1.1.1 1.1.2
strscan 3.1.4 3.1.5
zeitwerk 2.7.2 2.7.3

Updates benchmark from 0.4.0 to 0.4.1

Release notes

Sourced from benchmark's releases.

v0.4.1

What's Changed

New Contributors

Full Changelog: ruby/benchmark@v0.4.0...v0.4.1

Commits
  • 6d878b4 v0.4.1
  • b9db5dd Merge pull request #12 from paarthmadan/correct-format-documentation
  • d387ff8 Merge pull request #33 from ruby/dependabot/github_actions/step-security/hard...
  • 17a729e Bump step-security/harden-runner from 2.11.1 to 2.12.0
  • a30b6d4 Merge pull request #32 from ruby/dependabot/github_actions/step-security/hard...
  • ab59593 Bump step-security/harden-runner from 2.11.0 to 2.11.1
  • f200b9e Merge pull request #31 from ruby/dependabot/github_actions/step-security/hard...
  • 08282b7 Bump step-security/harden-runner from 2.10.4 to 2.11.0
  • 1511574 Merge pull request #30 from ruby/dependabot/github_actions/step-security/hard...
  • ec8b39d Bump step-security/harden-runner from 2.10.3 to 2.10.4
  • Additional commits viewable in compare view

Updates bigdecimal from 3.1.9 to 3.2.1

Release notes

Sourced from bigdecimal's releases.

v3.2.1

What's Changed

Full Changelog: ruby/bigdecimal@v3.2.0...v3.2.1

v3.2.0

What's Changed

New Contributors

Full Changelog: ruby/bigdecimal@v3.1.9...v3.2.0

Changelog

Sourced from bigdecimal's changelog.

3.2.1

3.2.0

Commits
  • d6faddb Bump version to 3.2.1
  • 1cce03c CHANGES: Add v3.2.1 entries
  • 64933d4 Merge pull request #335 from tompng/div_with_preclimit_fix
  • 5edc779 Apply preclimit in BigDecimal_div2 when specified prec is 0
  • e0cb4a6 Enabled trusted publisher for rubygems.org (#333)
  • b5611d7 Bump version to 3.2.0
  • b295c49 Add dev:version:bump rake task
  • 5003f24 CHANGES: Add v3.2.0 entries
  • c216ed4 Fix division rounding (#330)
  • 1fa3eff Integrate BigDecimal_div and BigDecimal_div2 (#329)
  • Additional commits viewable in compare view

Updates csv from 3.3.4 to 3.3.5

Release notes

Sourced from csv's releases.

csv 3.3.5 - 2025-06-01

Improvements

  • docs: Fixed StringScanner document URL.
    • GH-343
    • Patch by Petrik de Heus

Thanks

  • Petrik de Heus
Changelog

Sourced from csv's changelog.

3.3.5 - 2025-06-01

Improvements

  • docs: Fixed StringScanner document URL.
    • GH-343
    • Patch by Petrik de Heus

Thanks

  • Petrik de Heus
Commits

Updates diff-lcs from 1.6.1 to 1.6.2

Changelog

Sourced from diff-lcs's changelog.

1.6.2 / 2025-05-12

  • Handle upcoming changes to the cgi gem in Ruby 3.5 (#147[pull-147])

  • Fix issues found with htmldiff in Ruby 1.8 (which is used approximately never, since the code change which broke Ruby 1.8 was made 6 years ago). #148[pull-148]

  • Fixed some standardrb formatting and configuration issues.

Commits
  • aca4bd7 Bump actions/dependency-review-action from 4.6.0 to 4.7.0
  • a56cd23 Update gemspec for 1.6.2
  • f5e9ac5 chore: Fix Ruby 1.8 and formatting issues
  • 2d7411f Update changelog
  • d1b5380 Replace usage of cgi gem for Ruby 3.5
  • 6b7ed57 Bump ruby/setup-ruby from 1.235.0 to 1.237.0
  • 1d8235d Bump astral-sh/setup-uv from 6.0.0 to 6.0.1
  • 6bad0c9 Bump github/codeql-action from 3.28.16 to 3.28.17
  • 1996222 Bump github/codeql-action from 3.28.15 to 3.28.16
  • 210d1e7 Bump ruby/setup-ruby from 1.233.0 to 1.235.0
  • Additional commits viewable in compare view

Updates drb from 2.2.1 to 2.2.3

Release notes

Sourced from drb's releases.

dRuby 2.2.3 - 2025-05-21

Improvement

  • Added support for "Changelog" link in RubyGems.org page.

    • GH-30
    • Patch by Mark Young
  • Dropped ObjectSpace._id2ref dependency because ObjectSpace._id2ref is deprecated. Drb::WeakIdConv is meaningless by this. So it's deprecated. Use the default ID converter instead.

Fixes

  • SSL: Fixed wrong certificate version.

Thanks

  • Mark Young
Changelog

Sourced from drb's changelog.

2.2.3 - 2025-05-21

Improvement

  • Added support for "Changelog" link in RubyGems.org page.

    • GH-30
    • Patch by Mark Young
  • Dropped ObjectSpace._id2ref dependency because ObjectSpace._id2ref is deprecated. Drb::WeakIdConv is meaningless by this. So it's deprecated. Use the default ID converter instead.

Fixes

  • SSL: Fixed wrong certificate version.

Thanks

  • Mark Young
Commits
  • a4f7444 Bump version
  • 3f24a11 Fix building and publishing package
  • 9ec64d4 Bump version
  • 6f74128 Add 2.2.2 entry
  • 6a94342 Use more specific changelog page
  • ca80a6c Add support for Trusted Publishing
  • 99a2835 Merge InvokeMethod18Mixin into InvokeMethod (#37)
  • e827fe7 Add safety comment about x509 cert versioning rule (#34)
  • b360d74 Avoid use of id2ref for weak mapping (#35)
  • 69c2ef5 Merge pull request #29 from jeremyevans/fix-openssl-cert-version
  • Additional commits viewable in compare view

Updates erb from 4.0.4 to 5.0.1

Changelog

Sourced from erb's changelog.

5.0.1

  • Rescue LoadError when failing to load erb/escape

5.0.0

  • Bump required_ruby_version to Ruby 3.2+ #60
  • Drop cgi from runtime dependencies #59
  • Make ERB::VERSION public
Commits
  • 42f389d Version 5.0.1
  • 3081c6b Give up on using resolve_feature_path
  • 846b20f Reapply "Refactor the logic of require 'erb/escape' (#61)"
  • c2d1f82 Update the reason why we need to rescue LoadError
  • 1c9200a Revert "Refactor the logic of require 'erb/escape' (#61)"
  • 08b544c Version 5.0.0
  • 46801cb Publish constant ERB::VERSION
  • 1c393aa Refactor the logic of require 'erb/escape' (#61)
  • de9bb8c Support all cgi.gem versions (#60)
  • 9152ce8 [DOC] Make documentation 100%
  • Additional commits viewable in compare view

Updates hashdiff from 1.1.2 to 1.2.0

Changelog

Sourced from hashdiff's changelog.

v1.2.0 2025-5-20

Commits
  • d07488a Release 1.1.3
  • d34f549 Merge pull request #99 from robkiessling/preserve-key-order
  • eddab5f Fixed rubocop offenses
  • 6a2ddf5 Added :preserve_key_order option to maintain original hash key order
  • See full diff in compare view

Updates language_server-protocol from 3.17.0.4 to 3.17.0.5

Changelog

Sourced from language_server-protocol's changelog.

3.17.0.5

  • Use JSON.generate() instead to improve performance (#115)
Commits
  • 174c0d1 Release 3.17.0.5
  • 60c9aaa Merge pull request #116 from tomoasleep/add-attribute-signature
  • c7d8677 Merge pull request #115 from Watson1978/to_json
  • 7e6ca7a Generate RBS definitions of attribute method signatures
  • 69a5185 Use JSON.generate() instead to improve performance
  • See full diff in compare view

Updates loofah from 2.24.0 to 2.24.1

Release notes

Sourced from loofah's releases.

2.24.1 / 2025-05-12

Ruby support

Changelog

Sourced from loofah's changelog.

2.24.1 / 2025-05-12

Ruby support

Commits
  • 6cadc8a version bump to v2.24.1
  • 6970d9b Merge pull request #297 from flavorjones/flavorjones/ci-matrix-202505
  • e906a74 ci: add jruby 10 and jruby head, bump ruby versions for jobs
  • 4f3f606 Merge pull request #296 from Earlopain/cgi-ruby-3.5
  • 7094f04 Only load what is required from cgi
  • See full diff in compare view

Updates psych from 5.2.3 to 5.2.6

Release notes

Sourced from psych's releases.

v5.2.6

What's Changed

New Contributors

Full Changelog: ruby/psych@v5.2.5...v5.2.6

v5.2.5

What's Changed

New Contributors

Full Changelog: ruby/psych@v5.2.4...v5.2.5

v5.2.4

What's Changed

New Contributors

Full Changelog: ruby/psych@v5.2.3...v5.2.4

Commits
  • b9dec9f Bump version for release
  • 405fae0 Merge pull request #729 from Earlopain/data-stringio-conflict
  • 0f40f56 Fix dumping StringIO (and potentially others) on Ruby <= 2.7
  • dbf9e36 Bump version for release
  • 82f65ce Merge pull request #724 from OrenGitHub/master
  • 3f24df2 Merge pull request #728 from byroot/ruby3.5-sets-cleaner
  • d58cff1 Refine Ruby 3.5 Set support.
  • 0b8f7ef Merge pull request #727 from nobu/ensure-to-remove_const
  • dd3685a Ensure to remove the test constants
  • e7c3d73 Update to the latest versions of actions
  • Additional commits viewable in compare view

Updates rails-dom-testing from 2.2.0 to 2.3.0

Release notes

Sourced from rails-dom-testing's releases.

2.3.0

What's Changed

New Contributors

Full Changelog: rails/rails-dom-testing@v2.2.0...v2.3.0

Commits
  • f8cb4b3 Prepare for 2.3.0
  • c3b9b81 No need for CHANGELOG file. Use GitHub Releases instead
  • 3e69820 Add release workflow
  • 6a4b9db Merge pull request #123 from jyeharry/feature/assert_dom-ignore-whitespace-v2
  • 4241aa0 Collapse whitespace from :text but not :html
  • 57d49a5 Add failing test for assert_dom collapsing whitespace
  • 0d12815 Merge pull request #122 from jyeharry/feature/assert_dom-ignore-whitespace
  • 16b188d Add strict parameter to assert_dom
  • 2e65ced Add failing test for assert_dom collapsing whitespace
  • 96464c8 Add macos to supported platforms in Gemfile.lock
  • Additional commits viewable in compare view

Updates rake from 13.2.1 to 13.3.0

Commits
  • 0fdacef Bump rake to 13.3.0
  • fcc1f86 Merge pull request #515 from rgarner/task-arguments-deconstruct-keys
  • 8e917d9 Merge pull request #609 from pvdb/fix_rubyrunner_require
  • 0378c45 Merge pull request #627 from komagata/fix-rdoc-links
  • cff7664 Pattern matching support for arguments
  • a4454e6 Merge pull request #608 from pvdb/use_dir_home
  • 0b727e9 Remove superfluous dependency requires (in tests)
  • 5367e5c Move dependency requires to RubyRunner file
  • 6ba4601 Merge pull request #634 from ruby/trusted-publisher
  • 6b3daf8 Enabled trusted publisher for rubygems.org
  • Additional commits viewable in compare view

Updates rbs from 3.9.2 to 3.9.4

Release notes

Sourced from rbs's releases.

3.9.4

Release note

Miscellaneous

  • Backport test/CI fixes to 3.9 (#2487)
  • Use erb instead of set for load path testing (#2468)
Commits

Updates rdoc from 6.13.1 to 6.14.0

Release notes

Sourced from rdoc's releases.

v6.14.0

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: ruby/rdoc@v6.13.1...v6.14.0

Commits

Updates rspec from 3.13.0 to 3.13.1

Commits

Updates rspec-core from 3.13.3 to 3.13.4

Changelog

Sourced from rspec-core's changelog.

3.13.4 / 2025-05-27

Full Changelog

Bug Fixes:

  • Fix links in gemspec to point to the monorepo / homepage.
Commits
  • 01ea1e7 rspec-core v3.13.4
  • 7ba83f2 Change log for updated links, which also fixes some changelog links...
  • 02dcc2a Set rubygems homepage to rspec.info
  • 647dba0 Update gemspecs
  • d3054da Set tag prefixes
  • e94e3ca Merge pull request #200 from lekemula/lm-example-group-yard-docs
  • See full diff in compare view

Updates rspec-expectations from 3.13.4 to 3.13.5

Changelog

Sourced from rspec-expectations's changelog.

3.13.5 / 2025-05-27

Full Changelog

Bug Fixes:

  • Fix links in gemspec to point to the monorepo / homepage.
Commits
  • cafd53d rspec-expectations v3.13.5
  • 7ba83f2 Change log for updated links, which also fixes some changelog links...
  • 02dcc2a Set rubygems homepage to rspec.info
  • 647dba0 Update gemspecs
  • d3054da Set tag prefixes
  • See full diff in compare view

Updates rspec-mocks from 3.13.3 to 3.13.5

Changelog

Sourced from rspec-mocks's changelog.

3.13.5 / 2025-05-27

Full Changelog

Bug Fixes:

  • rspec/rspec#214 between tests. (Jon Rowe, rspec/rspec#219)
  • Fix links in gemspec to point to monorepo / homepage. (Jon Rowe)

3.13.4 / 2025-05-05

Full Changelog

Bug Fixes:

  • Fix regression where nested stubbed method calls would inadvertently not be counted. (Jon Rowe, rspec/rspec#214)
  • Fix regression where keyword arguments would not be passed through to nested stubbed method calls. (Jon Rowe, rspec/rspec#214)
Commits
  • 7ba83f2 Change log for updated links, which also fixes some changelog links...
  • 02dcc2a Set rubygems homepage to rspec.info
  • e3ab756 rspec-mocks v3.13.5
  • add84c0 Unset key rather than setting to false
  • 41f40c7 Add version for v3.13.4
  • 2eb5858 v3.13.4
  • 5a64c66 Fix changelog for rspec-mocks 3.13.3
  • 9a87513 Merge pull request #214 from rspec/fix-regression-with-nested-invocations
  • 647dba0 Update gemspecs
  • d3054da Set tag prefixes
  • See full diff in compare view

Updates rspec-support from 3.13.3 to 3.13.4

Changelog

Sourced from rspec-support's changelog.

3.13.4

Full Changelog

Bug Fixes:

  • Fix homepage link in gemspec. (Jon Rowe)
Commits
  • a0f24d2 rspec-support v3.13.4
  • 7ba83f2 Change log for updated links, which also fixes some changelog links...
  • 02dcc2a Set rubygems homepage to rspec.info
  • See full diff in compare view

Updates rubygems-update from 3.6.8 to 3.6.9

Release notes

Sourced from rubygems-update's releases.

v3.6.9

Enhancements:

  • Add mtime to Gem::Package::TarWriter#add_file argument. Pull request #8673 by unasuke
  • Print webauthn authentication link as a separate line to make it easier to visit. Pull request #8663 by mperham
  • Remove shellwords autoload. Pull request #8644 by deivid-rodriguez
  • Installs bundler 2.6.9 as a default gem.

Performance:

  • Avoid unnecessary splat allocation. Pull request #8640 by jeremyevans

Documentation:

  • Fix typo in Changelog for 3.6.0 / 2024-12-16. Pull request #8638 by thatrobotdev
Changelog

Sourced from rubygems-update's changelog.

3.6.9 / 2025-05-13

Enhancements:

  • Add mtime to Gem::Package::TarWriter#add_file argument. Pull request #8673 by unasuke
  • Print webauthn authentication link as a separate line to make it easier to visit. Pull request #8663 by mperham
  • Remove shellwords autoload. Pull request #8644 by deivid-rodriguez
  • Installs bundler 2.6.9 as a default gem.

Performance:

  • Avoid unnecessary splat allocation. Pull request #8640 by jeremyevans

Documentation:

  • Fix typo in Changelog for 3.6.0 / 2024-12-16. Pull request #8638 by thatrobotdev
Commits
  • 8a2a14d Merge pull request #8677 from rubygems/release/bundler_2.6.9_rubygems_3.6.9
  • 93ed382 Bump Rubygems version to 3.6.9
  • a9b88d4 Changelog for Rubygems version 3.6.9
  • 315ebb1 Bump Bundler version to 2.6.9
  • eb58f3c Changelog for Bundler version 2.6.9
  • 4999c28 Merge pull request #8680 from rubygems/deivid-rodriguez/try-workaround-ci
  • Description has been truncated

Bumps the bundler group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [benchmark](https://github.com/ruby/benchmark) | `0.4.0` | `0.4.1` |
| [bigdecimal](https://github.com/ruby/bigdecimal) | `3.1.9` | `3.2.1` |
| [csv](https://github.com/ruby/csv) | `3.3.4` | `3.3.5` |
| [diff-lcs](https://github.com/halostatue/diff-lcs) | `1.6.1` | `1.6.2` |
| [drb](https://github.com/ruby/drb) | `2.2.1` | `2.2.3` |
| [erb](https://github.com/ruby/erb) | `4.0.4` | `5.0.1` |
| [hashdiff](https://github.com/liufengyun/hashdiff) | `1.1.2` | `1.2.0` |
| [language_server-protocol](https://github.com/mtsmfm/language_server-protocol-ruby) | `3.17.0.4` | `3.17.0.5` |
| [loofah](https://github.com/flavorjones/loofah) | `2.24.0` | `2.24.1` |
| [psych](https://github.com/ruby/psych) | `5.2.3` | `5.2.6` |
| [rails-dom-testing](https://github.com/rails/rails-dom-testing) | `2.2.0` | `2.3.0` |
| [rake](https://github.com/ruby/rake) | `13.2.1` | `13.3.0` |
| [rbs](https://github.com/ruby/rbs) | `3.9.2` | `3.9.4` |
| [rdoc](https://github.com/ruby/rdoc) | `6.13.1` | `6.14.0` |
| [rspec](https://github.com/rspec/rspec) | `3.13.0` | `3.13.1` |
| [rspec-core](https://github.com/rspec/rspec) | `3.13.3` | `3.13.4` |
| [rspec-expectations](https://github.com/rspec/rspec) | `3.13.4` | `3.13.5` |
| [rspec-mocks](https://github.com/rspec/rspec) | `3.13.3` | `3.13.5` |
| [rspec-support](https://github.com/rspec/rspec) | `3.13.3` | `3.13.4` |
| [rubygems-update](https://github.com/rubygems/rubygems) | `3.6.8` | `3.6.9` |
| [set](https://github.com/ruby/set) | `1.1.1` | `1.1.2` |
| [strscan](https://github.com/ruby/strscan) | `3.1.4` | `3.1.5` |
| [zeitwerk](https://github.com/fxn/zeitwerk) | `2.7.2` | `2.7.3` |


Updates `benchmark` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/ruby/benchmark/releases)
- [Commits](ruby/benchmark@v0.4.0...v0.4.1)

Updates `bigdecimal` from 3.1.9 to 3.2.1
- [Release notes](https://github.com/ruby/bigdecimal/releases)
- [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md)
- [Commits](ruby/bigdecimal@v3.1.9...v3.2.1)

Updates `csv` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/ruby/csv/releases)
- [Changelog](https://github.com/ruby/csv/blob/main/NEWS.md)
- [Commits](ruby/csv@v3.3.4...v3.3.5)

Updates `diff-lcs` from 1.6.1 to 1.6.2
- [Changelog](https://github.com/halostatue/diff-lcs/blob/main/CHANGELOG.md)
- [Commits](halostatue/diff-lcs@v1.6.1...v1.6.2)

Updates `drb` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/ruby/drb/releases)
- [Changelog](https://github.com/ruby/drb/blob/master/NEWS.md)
- [Commits](ruby/drb@v2.2.1...v2.2.3)

Updates `erb` from 4.0.4 to 5.0.1
- [Release notes](https://github.com/ruby/erb/releases)
- [Changelog](https://github.com/ruby/erb/blob/master/NEWS.md)
- [Commits](ruby/erb@v4.0.4...v5.0.1)

Updates `hashdiff` from 1.1.2 to 1.2.0
- [Changelog](https://github.com/liufengyun/hashdiff/blob/master/changelog.md)
- [Commits](liufengyun/hashdiff@v1.1.2...v1.2.0)

Updates `language_server-protocol` from 3.17.0.4 to 3.17.0.5
- [Changelog](https://github.com/mtsmfm/language_server-protocol-ruby/blob/main/CHANGELOG.md)
- [Commits](mtsmfm/language_server-protocol-ruby@v3.17.0.4...v3.17.0.5)

Updates `loofah` from 2.24.0 to 2.24.1
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md)
- [Commits](flavorjones/loofah@v2.24.0...v2.24.1)

Updates `psych` from 5.2.3 to 5.2.6
- [Release notes](https://github.com/ruby/psych/releases)
- [Commits](ruby/psych@v5.2.3...v5.2.6)

Updates `rails-dom-testing` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/rails/rails-dom-testing/releases)
- [Commits](rails/rails-dom-testing@v2.2.0...v2.3.0)

Updates `rake` from 13.2.1 to 13.3.0
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.2.1...v13.3.0)

Updates `rbs` from 3.9.2 to 3.9.4
- [Release notes](https://github.com/ruby/rbs/releases)
- [Changelog](https://github.com/ruby/rbs/blob/master/CHANGELOG.md)
- [Commits](ruby/rbs@v3.9.2...v3.9.4)

Updates `rdoc` from 6.13.1 to 6.14.0
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v6.13.1...v6.14.0)

Updates `rspec` from 3.13.0 to 3.13.1
- [Commits](rspec/rspec@rspec-metagem-v3.13.0...rspec-v3.13.1)

Updates `rspec-core` from 3.13.3 to 3.13.4
- [Changelog](https://github.com/rspec/rspec/blob/rspec-core-v3.13.4/rspec-core/Changelog.md)
- [Commits](rspec/rspec@rspec-core-v3.13.3...rspec-core-v3.13.4)

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

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

Updates `rspec-support` from 3.13.3 to 3.13.4
- [Changelog](https://github.com/rspec/rspec/blob/rspec-support-v3.13.4/rspec-support/Changelog.md)
- [Commits](rspec/rspec@rspec-support-v3.13.3...rspec-support-v3.13.4)

Updates `rubygems-update` from 3.6.8 to 3.6.9
- [Release notes](https://github.com/rubygems/rubygems/releases)
- [Changelog](https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md)
- [Commits](ruby/rubygems@v3.6.8...v3.6.9)

Updates `set` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/ruby/set/releases)
- [Changelog](https://github.com/ruby/set/blob/master/CHANGELOG.md)
- [Commits](ruby/set@v1.1.1...v1.1.2)

Updates `strscan` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/ruby/strscan/releases)
- [Changelog](https://github.com/ruby/strscan/blob/master/NEWS.md)
- [Commits](ruby/strscan@v3.1.4...v3.1.5)

Updates `zeitwerk` from 2.7.2 to 2.7.3
- [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md)
- [Commits](fxn/zeitwerk@v2.7.2...v2.7.3)

---
updated-dependencies:
- dependency-name: benchmark
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: bigdecimal
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: csv
  dependency-version: 3.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: diff-lcs
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: drb
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: erb
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: bundler
- dependency-name: hashdiff
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: language_server-protocol
  dependency-version: 3.17.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: loofah
  dependency-version: 2.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: psych
  dependency-version: 5.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rails-dom-testing
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: rake
  dependency-version: 13.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: rbs
  dependency-version: 3.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rdoc
  dependency-version: 6.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: rspec
  dependency-version: 3.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rspec-core
  dependency-version: 3.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rspec-expectations
  dependency-version: 3.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rspec-mocks
  dependency-version: 3.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rspec-support
  dependency-version: 3.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rubygems-update
  dependency-version: 3.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: set
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: strscan
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: zeitwerk
  dependency-version: 2.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added the bundler Assigned bt labeler for Bundler updates. label Jun 1, 2025
@github-actions github-actions Bot added AnyChange Assigned to any repo file change release New Release root Affects Root Directory Structure labels Jun 1, 2025
@Nick2bad4u Nick2bad4u merged commit a37f65c into main Jun 1, 2025
73 checks passed
@Nick2bad4u Nick2bad4u deleted the dependabot/bundler/bundler-b7969f6098 branch June 1, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AnyChange Assigned to any repo file change bundler Assigned bt labeler for Bundler updates. release New Release root Affects Root Directory Structure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant