Skip to content

Bump the development-dependencies-minor group across 1 directory with 14 updates - #1375

Open
dependabot[bot] wants to merge 1 commit into
supporter_level_goalfrom
dependabot/bundler/development-dependencies-minor-1714cd0e95
Open

Bump the development-dependencies-minor group across 1 directory with 14 updates#1375
dependabot[bot] wants to merge 1 commit into
supporter_level_goalfrom
dependabot/bundler/development-dependencies-minor-1714cd0e95

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown

Bumps the development-dependencies-minor group with 12 updates in the / directory:

Package From To
standard 1.51.1 1.56.0
standard-rails 1.4.0 1.6.0
listen 3.9.0 3.10.0
timecop 0.9.10 0.9.11
pry 0.15.2 0.16.0
rspec 3.13.1 3.13.2
dotenv-rails 3.1.8 3.2.0
factory_bot 6.5.5 6.6.0
simplecov-tailwindcss 2.2.0 2.3.0
yard 0.9.44 0.9.45
faker 3.5.2 3.8.0
webmock 3.25.1 3.26.2

Updates standard from 1.51.1 to 1.56.0

Changelog

Sourced from standard's changelog.

1.56.0

1.55.0

1.54.0

1.53.0

  • Updates rubocop to 1.82.0
  • Starts support for Ruby 4.0

1.52.0

Commits
  • d695ba0 🏆⚽️ v1.56.0
  • 86a92fa Merge pull request #823 from standardrb/upgrade-2026-07-15
  • dfcaef8 Fixes Parallel's overzealous update
  • 5e68710 Updates rubocop to 1.88
  • 95f959b Merge pull request #822 from standardrb/dependabot/bundler/ruby-lsp-0.26.10
  • 42c9d35 Bump ruby-lsp from 0.26.9 to 0.26.10
  • 79cd977 Merge pull request #818 from standardrb/dependabot/bundler/language_server-pr...
  • 3011204 Bump language_server-protocol from 3.17.0.5 to 3.17.0.6
  • 505e8e6 Merge pull request #797 from standardrb/dependabot/bundler/ruby-lsp-0.26.9
  • af5498a Merge pull request #816 from standardrb/dependabot/github_actions/step-securi...
  • Additional commits viewable in compare view

Updates standard-rails from 1.4.0 to 1.6.0

Changelog

Sourced from standard-rails's changelog.

[1.6.0]

  • Update Rubocop Rails to v2.34

[1.5.0]

Commits
  • 8ab43b5 🥐 v1.6.0
  • 2ceb491 Merge pull request #119 from standardrb/dependabot/bundler/rubocop-rails-2.34.2
  • 9408826 Configures three new cops
  • f6b1854 Merge pull request #121 from standardrb/dependabot/github_actions/ruby/setup-...
  • 096d2a7 Bump ruby/setup-ruby from 1.268.0 to 1.269.0
  • 0d50d24 Merge pull request #120 from standardrb/dependabot/github_actions/actions/che...
  • 836c9ce Bump actions/checkout from 6.0.0 to 6.0.1
  • de23389 Merge pull request #122 from standardrb/dependabot/github_actions/step-securi...
  • bc0bb45 Bump step-security/harden-runner from 2.13.2 to 2.13.3
  • fd2cc95 Update rubocop-rails requirement from ~> 2.33.4 to >= 2.33.4, < 2.35.0
  • Additional commits viewable in compare view

Updates listen from 3.9.0 to 3.10.0

Release notes

Sourced from listen's releases.

v3.10.0

What's Changed

New Contributors

Full Changelog: guard/listen@v3.9.0...v3.10.0

Commits
  • 2fa1a74 Bump VERSION to 3.10.0
  • 7c6d39e Merge pull request #596 from y-yagi/ci_against_ruby40
  • 62255c0 CI against Ruby 4.0
  • 43cb09c Merge pull request #595 from y-yagi/mention_memory_allocation_about_max_user_...
  • 030aff8 Merge pull request #594 from y-yagi/remove_unused_require
  • 4317b21 Mention the relation with fs.inotify.max_user_watches and the memory alloc...
  • 5883c5e Remove unused require
  • cde3720 Merge pull request #592 from y-yagi/fix_rubocop
  • 8e93885 Merge pull request #593 from y-yagi/remove_link_to_travis
  • 2f07a81 Remove link to Travis CI
  • Additional commits viewable in compare view

Updates timecop from 0.9.10 to 0.9.11

Changelog

Sourced from timecop's changelog.

v0.9.11

  • Fix Time.new keyword arguments on JRuby 10 (#443)
  • Fix time-only DateTime.parse (HH:MM format) incorrectly using host clock under freeze (#440)
  • Require Ruby >= 2.1.0 (#423)
  • Revert travel_offset precision change (#430)
Commits
  • b3c9a5a get ready for our next release 0.9.11 (#444)
  • 4e84492 Fix Time.new keyword arguments on JRuby 10 (#443)
  • b06405e (434) strptime_with_mock_date :: Fix year boundary (#437)
  • bb4a3c1 Fix time-only DateTime.parse under freeze (#440)
  • e4bba8c Improve and fix CI (#439)
  • d695c6f Require Ruby >= 2.1.0 (#423)
  • ce3e6bb Revert "Calculate travel_offset to align with the precision of argument to Ti...
  • 477ce9a add ruby 3.3 to ci matrix (#429)
  • e05c2c0 Calculate travel_offset to align with the precision of argument to Timecop.tr...
  • See full diff in compare view

Updates pry from 0.15.2 to 0.16.0

Release notes

Sourced from pry's releases.

v0.16.0

Features

  • Ruby 4.0 Support. Pry will now require and default to Reline for newer Rubies. (#2357) (#2349)
  • Revert 'Unify show-doc with show-source'. (#2346)

Breaking Changes

  • Remove experimental Pry.auto_resize! Returns a warning. The code will be removed later. (#2359)
  • Drop support for Ruby < 2.6 (#2349)

New Contributors

Full Changelog: pry/pry@v0.15.2...v0.16.0

Changelog

Sourced from pry's changelog.

https://github.com/pry/pry/blob/master/v0.16.0 (December 26, 2025)

Features

  • Ruby 4.0 Support. Pry will now require and default to Reline for newer Rubies. (#2357) (#2349)
  • Revert 'Unify show-doc with show-source'. (#2346)

Breaking Changes

  • Remove experimental Pry.auto_resize! Returns a warning. The code will be removed later. (#2359)
  • Drop support for Ruby < 2.6 (#2349)
Commits
  • 5a267df v0.16.0
  • 538b150 Update CHANGELOG
  • 0a7ab20 Merge pull request #2361 from andrehjr/remove-outdated-deps
  • 8dcb2c8 Remove pinned method_source version for Ruby < 2.3.0
  • fc9969b Remove psych pinned version from Gemfile
  • 23b3ed6 Remove hardcoded require for rubocop > 2.2.0
  • e9ac449 Merge pull request #2349 from andrehjr/no-readline-installed
  • 679249b Merge pull request #2359 from andrehjr/remove-experiental-autoresize
  • 17d5954 Remove experimental Pry.auto_resize!
  • 090822b Pry will only support Ruby 2.6+ form now on
  • Additional commits viewable in compare view

Updates pry-byebug from 3.11.0 to 3.12.0

Release notes

Sourced from pry-byebug's releases.

3.12.0

Added

  • Allow usage with Byebug 13 (#466).
  • Allow pry 0.16 (#462).

Removed

  • Support for Ruby 3.1. Pry-byebug no longer installs on these platforms (#467).
Changelog

Sourced from pry-byebug's changelog.

3.12.0 (2026-01-16)

Added

  • Allow usage with Byebug 13 (#466).
  • Allow pry 0.16 (#462).

Removed

  • Support for Ruby 3.1. Pry-byebug no longer installs on these platforms (#467).
Commits

Updates rspec from 3.13.1 to 3.13.2

Commits

Updates dotenv-rails from 3.1.8 to 3.2.0

Release notes

Sourced from dotenv-rails's releases.

v3.2.0

What's Changed

New Contributors

Full Changelog: bkeepers/dotenv@v3.1.8...v3.2.0

Commits
  • 34156bf Prepare for 3.2.0 release
  • ab47820 Merge pull request #531 from grosser/grosser/warn
  • fae6120 Merge branch 'main' into grosser/warn
  • 4f510f4 Merge pull request #532 from grosser/grosser/fixes
  • 959e1da Merge pull request #539 from bkeepers/dependabot/github_actions/actions/check...
  • 041451e Update spec message
  • b300f26 Bump actions/checkout from 4 to 6
  • 5f4ca01 Merge branch 'main' into grosser/warn
  • 209dca4 Merge pull request #540 from i7an/handle-parentheses
  • 48c4956 Merge branch 'main' into handle-parentheses
  • Additional commits viewable in compare view

Updates factory_bot from 6.5.5 to 6.6.0

Release notes

Sourced from factory_bot's releases.

v6.6.0

What's Changed

New Contributors

Full Changelog: thoughtbot/factory_bot@v6.5.6...v6.6.0

v6.5.6

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from factory_bot's changelog.

6.6.0 (May 4, 2026)

6.5.6 (October 22, 2025)

Commits
  • 5d39953 Commit Gemfile.lock as part of the release preparation (#1819)
  • 8b2d41a Fix release workflow: add workflow_dispatch, environment, and .tool-versions ...
  • aaa9275 Release v6.6.0 (#1817)
  • c47758a Add gem release workflow with GitHub release notes from changelog (#1815)
  • 63bf988 Add bundle install step before bundle exec rake in prepare-release workflow
  • 0337f8b Extract changelog update logic into a Rake task
  • 46c5812 Add workflow to prepare a release PR
  • ab74525 Require MFA for gem pushes
  • 26f3680 Add factory_bot.before_run_factory instrumentation event (#1795)
  • a4e5ab7 DefinitionProxy#method_missing: Forward given block to #association (#1579)
  • Additional commits viewable in compare view

Updates simplecov-tailwindcss from 2.2.0 to 2.3.0

Release notes

Sourced from simplecov-tailwindcss's releases.

2.3.0

Full Changelog: chiefpansancolt/simplecov-tailwindcss@2.2.0...2.3.0

Chores

  • Upgrade Tailwindcss to v4
  • bump dependencies
Changelog

Sourced from simplecov-tailwindcss's changelog.

Version 2.3.0

Chores

  • Bump Dependencies
  • Update Repo files
  • Migrate to Tailwind v4
Commits

Updates byebug from 12.0.0 to 13.0.0

Release notes

Sourced from byebug's releases.

13.0.0

Fixed

  • #924: Use typed data APIs to fix Ruby 4.0 deprecation ([@​nobu]).
  • #876: Add explicit require of stringio ([@​pabloh]).
  • #909: Avoid loading readline at all to play nice with Ruby 4.0.
  • #905: Make reline an explicit dependency to fix Ruby 3.4 warnings.
  • #824: Improve startup by loading IRB lazily ([@​pocke]).
  • #848: Grammar fixes in GUIDE.md ([@​alexymik]).
  • #804: Fix typo in context.rb documentation ([@​ono-max]).

Removed

  • Support for MRI 3.1. Byebug no longer installs on this platform.

... (truncated)

Changelog

Sourced from byebug's changelog.

[13.0.0] - 2026-01-15

Fixed

  • #924: Use typed data APIs to fix Ruby 4.0 deprecation ([@​nobu]).
  • #876: Add explicit require of stringio ([@​pabloh]).
  • #909: Avoid loading readline at all to play nice with Ruby 4.0.
  • #905: Make reline an explicit dependency to fix Ruby 3.4 warnings.
  • #824: Improve startup by loading IRB lazily ([@​pocke]).
  • #848: Grammar fixes in GUIDE.md ([@​alexymik]).
  • #804: Fix typo in context.rb documentation ([@​ono-max]).

Removed

  • Support for MRI 3.1. Byebug no longer installs on this platform.
Commits

Updates yard from 0.9.44 to 0.9.45

Release notes

Sourced from yard's releases.

Release v0.9.45

  • Use @param types to document generated Struct.new and Data.define members (#1684)
  • Add compatibility with RDoc 8
  • Fix TypesExplainer parsing of types following Hash collections (#1688)
  • Fix HTML generation for RBS constants without source values (#1686)
  • Fix method redefinition warnings when loading YARD with Ruby warnings enabled (#1687)
  • Improve sanitization of yard server request paths
Changelog

Sourced from yard's changelog.

0.9.45 - July 14th, 2026

  • Use @param types to document generated Struct.new and Data.define members (#1684)
  • Add compatibility with RDoc 8
  • Fix TypesExplainer parsing of types following Hash collections (#1688)
  • Fix HTML generation for RBS constants without source values (#1686)
  • Fix method redefinition warnings when loading YARD with Ruby warnings enabled (#1687)
  • Improve sanitization of yard server request paths
Commits
  • 2659ecd Release: v0.9.45
  • 2b467e0 Create a gh-fix skill
  • 2842ba7 Update changelog
  • 00fe9b1 Refactor server sanitization logic
  • c6fd371 Use @​param types for Struct and Data members (#1695)
  • d2a8883 Merge remote-tracking branch 'origin/main' into fix/issue-1684-struct-data-pa...
  • 674d0cf Fix parser method redefinition warnings (#1694)
  • 9483cd3 Use param types for Struct and Data members
  • 12ed8b7 Merge main into fix/issue-1687-method-redefined-warnings
  • 9b874e2 Fix HTML generation for RBS constants
  • Additional commits viewable in compare view

Updates faker from 3.5.2 to 3.8.0

Release notes

Sourced from faker's releases.

v3.8.0

Changes

Enabling lazy load

This version introduces lazy loading. It means users will only pay for what they use. Faker loads 2x faster when it's enabled.

Lazy loading the generators is disabled by default. To enable it, choose one of the configuration options below:

1 - Set lazy load as a Faker Config

Faker::Config.lazy_loading = true

2 - Set lazy load as an environment variable

FAKER_LAZY_LOAD = 1

We hope you get to see the improvement by enabling it. Please file a bug report for any issues!

Thanks to @​jeremyevans for the mentoring, and to @​thdaraujo for pairing and code reviews.

Full Changelog: faker-ruby/faker@v3.7.1...v3.8.0

v3.7.1

Thanks to all contributors!

Drops support for Ruby 3.1

What's changed

Update development dependencies

New Contributors

Full Changelog: faker-ruby/faker@v3.6.1...v3.7.1

... (truncated)

Changelog

Sourced from faker's changelog.

v3.8.0 (2026-04-16)

Enabling lazy load

This version introduces lazy loading. It means users will only pay for what they use. Faker loads 2x faster when it's enabled.

Lazy loading the generators is disabled by default. To enable it, choose one of the configuration options below:

1 - Set lazy load as a Faker Config

Faker::Config.lazy_loading = true

2 - Set lazy load as an environment variable

FAKER_LAZY_LOAD = 1

We hope you get to see the improvement by enabling it. Please file a bug report for any issues!

Thanks to @​jeremyevans for the mentoring, and to @​thdaraujo for pairing and code reviews.

Full Changelog: faker-ruby/faker@v3.7.1...v3.8.0


v3.7.1 (2026-04-14)

Thanks to all contributors!

Drops support for Ruby 3.1

What's changed

Update development dependencies

New Contributors

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 17, 2026
@dependabot
dependabot Bot requested a review from wwahammy as a code owner July 17, 2026 16:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 17, 2026

@wwahammy wwahammy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this finishes, it should be good..

@wwahammy
wwahammy enabled auto-merge July 17, 2026 16:56
@wwahammy

Copy link
Copy Markdown
Member

@dependabot rebase

1 similar comment
@wwahammy

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot changed the title Bump the development-dependencies-minor group with 14 updates Bump the development-dependencies-minor group across 1 directory with 14 updates Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bundler/development-dependencies-minor-1714cd0e95 branch 4 times, most recently from e4820a4 to 9bda3b3 Compare July 20, 2026 14:26
… 14 updates

Bumps the development-dependencies-minor group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [standard](https://github.com/standardrb/standard) | `1.51.1` | `1.56.0` |
| [standard-rails](https://github.com/testdouble/standard-rails) | `1.4.0` | `1.6.0` |
| [listen](https://github.com/guard/listen) | `3.9.0` | `3.10.0` |
| [timecop](https://github.com/travisjeffery/timecop) | `0.9.10` | `0.9.11` |
| [pry](https://github.com/pry/pry) | `0.15.2` | `0.16.0` |
| [rspec](https://github.com/rspec/rspec) | `3.13.1` | `3.13.2` |
| [dotenv-rails](https://github.com/bkeepers/dotenv) | `3.1.8` | `3.2.0` |
| [factory_bot](https://github.com/thoughtbot/factory_bot) | `6.5.5` | `6.6.0` |
| [simplecov-tailwindcss](https://github.com/chiefpansancolt/simplecov-tailwindcss) | `2.2.0` | `2.3.0` |
| [yard](https://github.com/lsegal/yard) | `0.9.44` | `0.9.45` |
| [faker](https://github.com/faker-ruby/faker) | `3.5.2` | `3.8.0` |
| [webmock](https://github.com/bblimke/webmock) | `3.25.1` | `3.26.2` |



Updates `standard` from 1.51.1 to 1.56.0
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.51.1...v1.56.0)

Updates `standard-rails` from 1.4.0 to 1.6.0
- [Changelog](https://github.com/standardrb/standard-rails/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard-rails@v1.4.0...v1.6.0)

Updates `listen` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](guard/listen@v3.9.0...v3.10.0)

Updates `timecop` from 0.9.10 to 0.9.11
- [Changelog](https://github.com/travisjeffery/timecop/blob/master/History.md)
- [Commits](travisjeffery/timecop@v0.9.10...v0.9.11)

Updates `pry` from 0.15.2 to 0.16.0
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.15.2...v0.16.0)

Updates `pry-byebug` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md)
- [Commits](deivid-rodriguez/pry-byebug@v3.11.0...v3.12.0)

Updates `rspec` from 3.13.1 to 3.13.2
- [Commits](rspec/rspec@rspec-v3.13.1...rspec-v3.13.2)

Updates `dotenv-rails` from 3.1.8 to 3.2.0
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md)
- [Commits](bkeepers/dotenv@v3.1.8...v3.2.0)

Updates `factory_bot` from 6.5.5 to 6.6.0
- [Release notes](https://github.com/thoughtbot/factory_bot/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot@v6.5.5...v6.6.0)

Updates `simplecov-tailwindcss` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/chiefpansancolt/simplecov-tailwindcss/releases)
- [Changelog](https://github.com/chiefpansancolt/simplecov-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](chiefpansancolt/simplecov-tailwindcss@2.2.0...2.3.0)

Updates `byebug` from 12.0.0 to 13.0.0
- [Release notes](https://github.com/deivid-rodriguez/byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/byebug/blob/main/CHANGELOG.md)
- [Commits](deivid-rodriguez/byebug@v12.0.0...v13.0.0)

Updates `yard` from 0.9.44 to 0.9.45
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
- [Commits](lsegal/yard@v0.9.44...v0.9.45)

Updates `faker` from 3.5.2 to 3.8.0
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v3.5.2...v3.8.0)

Updates `webmock` from 3.25.1 to 3.26.2
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.25.1...v3.26.2)

---
updated-dependencies:
- dependency-name: byebug
  dependency-version: 13.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies-minor
- dependency-name: dotenv-rails
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: factory_bot
  dependency-version: 6.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: faker
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: listen
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: pry
  dependency-version: 0.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: pry-byebug
  dependency-version: 3.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: rspec
  dependency-version: 3.13.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies-minor
- dependency-name: simplecov-tailwindcss
  dependency-version: 2.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: standard
  dependency-version: 1.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: standard-rails
  dependency-version: 1.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: timecop
  dependency-version: 0.9.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies-minor
- dependency-name: webmock
  dependency-version: 3.26.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: yard
  dependency-version: 0.9.45
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/development-dependencies-minor-1714cd0e95 branch from 9bda3b3 to 2ea2ffc Compare July 20, 2026 17:49
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