Skip to content

Conversation

@dependabot
Copy link

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

Bumps the bundler group with 8 updates in the / directory:

Package From To
haml 7.0.2 7.1.0
capistrano 3.19.2 3.20.0
haml_lint 0.67.0 0.68.0
rubocop 1.81.7 1.82.0
io-console 0.8.1 0.8.2
minitest 5.26.2 6.0.0
net-http 0.8.0 0.9.1
omniauth-oauth2 1.8.0 1.9.0

Updates haml from 7.0.2 to 7.1.0

Release notes

Sourced from haml's releases.

v7.1.0

What's Changed

New Contributors

Full Changelog: haml/haml@v7.0.2...v7.1.0

Changelog

Sourced from haml's changelog.

7.1.0

  • Support xhtml format for boolean nested data attributes haml/haml#1200
Commits

Updates capistrano from 3.19.2 to 3.20.0

Release notes

Sourced from capistrano's releases.

3.20.0

⚠️ Breaking Changes

📚 Documentation

🏠 Housekeeping

Full Changelog: capistrano/capistrano@v3.19.2...v3.20.0

Commits

Updates haml_lint from 0.67.0 to 0.68.0

Release notes

Sourced from haml_lint's releases.

0.68.0

What's Changed

New Contributors

Full Changelog: sds/haml-lint@v0.67.0...v0.68.0

Changelog

Sourced from haml_lint's changelog.

0.68.0

  • Add support for HAML 7.1
Commits

Updates rubocop from 1.81.7 to 1.82.0

Release notes

Sourced from rubocop's releases.

RuboCop v1.82.0

New features

  • #14655: Add AllowRBSInlineAnnotation option to Layout/LineLength. (@​koic)
  • #14569: Add IncludedMacroPatterns configuration option to Style/MethodCallWithArgsParentheses for pattern-based macro method enforcement. (@​mmenanno)
  • #14670: Add new cop Style/ModuleMemberExistenceCheck. (@​lovro-bikic)
  • #14644: Support TargetRubyVersion 4.0 (experimental). (@​koic)

Bug fixes

  • #14649: Fix an error for Lint/LiteralAsCondition when there are literals in multiple branches. (@​viralpraxis)
  • #14678: Fix an error when running deprecated rake rubocop:auto_correct task. (@​koic)
  • #14650: Fix wrong autocorrect for Lint/RedundantSplatExpansion when splatting a single literal. (@​earlopain)
  • #14703: Fix false negatives for Layout/RescueEnsureAlignment when using self class definition. (@​koic)
  • #14706: Fix false negatives for Lint/NoReturnInBeginEndBlocks when assigning instance variable, class variable, global variable, or constant. (@​koic)
  • #14715: Fix false positives for Layout/EmptyLineAfterGuardClause when a guard clause follows a multiline heredoc in a parenthesized method call. (@​koic)
  • #14667: Fix false positives for Layout/EndAlignment when a conditional assignment is used on the same line and the end with a safe navigation method call is aligned. (@​koic)
  • #14688: Fix false positives for Layout/EndAlignment when a conditional assignment is used on the same line and the end with a numbered block or it block method call is aligned. (@​koic)
  • #14699: Fix false positives for Lint/RedundantSafeNavigation when the receiver is used outside the singleton method definition scope. (@​koic)
  • #14663: Fix false positives for Style/EndlessMethod when multiline or xstring heredoc is used in method body. (@​koic)
  • #10173: Fix false positives for Style/TrailingCommaInArguments when EnforcedStyleForMultiline is set to consistent_comma and a multiline braced hash argument appears after another argument. (@​koic)
  • #14680: Handle all OptionParser errors when running rubocop with input that causes an error. (@​dvandersluis)
  • #14658: Fix incorrect behavior when Layout/LineLength is disabled. (@​koic)
  • #14704: Fix incorrect Position character value in LSP. (@​tmtm)
  • #14619: Store remote configuration caches in cache root. ([@​Jack12816][])
  • #14476: Fix Style/ClassAndModuleChildren to skip compact style definitions inside another class or module when EnforcedStyle: nested. ([@​rscq][])
  • #14281: Update Layout/EndAlignment with EnforcedStyleAlignWith: variable to handle conditionals inside begin nodes properly. (@​dvandersluis)

Changes

  • #14662: Add autocorrection for Lint/UselessOr. ([@​r7kamura][])
  • #14668: Exclude Severity from configuration parameters. ([@​r7kamura][])
  • #14684: Make Style/CaseEquality allow regexp case equality where the receiver is a regexp literal. (@​koic)
  • #14645: Change Lint/CircularArgumentReference to detect offenses within long assignment chains. (@​viralpraxis)
  • #14642: Make Gemspec/RubyVersionGlobalsUsage aware of Ruby::VERSION. (@​koic)
  • #14695: Make Layout/EmptyLineAfterMagicComment aware of # rbs_inline magic comment. (@​koic)
  • #10147: Make Lint/ElseLayout allow a single-line else body in then single-line conditional. (@​koic)
  • #14661: Make Lint/RedundantRequireStatement aware of pathname when analyzing Ruby 4.0. (@​koic)
  • #14698: Make Lint/UnreachableCode aware of singleton method redefinition. (@​koic)
  • #14677: Make Style/RedundantArgument aware of to_i. (@​koic)
  • #14660: Rename IgnoreCopDirectives to AllowCopDirectives in Layout/LineLength. (@​koic)
  • #14492: Revert #14492, which added support for LSP positionEncoding 'utf-8' and 'utf-32' due to critical performance regression reports. (@​koic)

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.82.0 (2025-12-17)

New features

  • #14655: Add AllowRBSInlineAnnotation option to Layout/LineLength. ([@​koic][])
  • #14569: Add IncludedMacroPatterns configuration option to Style/MethodCallWithArgsParentheses for pattern-based macro method enforcement. ([@​mmenanno][])
  • #14670: Add new cop Style/ModuleMemberExistenceCheck. ([@​lovro-bikic][])
  • #14644: Support TargetRubyVersion 4.0 (experimental). ([@​koic][])

Bug fixes

  • #14649: Fix an error for Lint/LiteralAsCondition when there are literals in multiple branches. ([@​viralpraxis][])
  • #14678: Fix an error when running deprecated rake rubocop:auto_correct task. ([@​koic][])
  • #14650: Fix wrong autocorrect for Lint/RedundantSplatExpansion when splatting a single literal. ([@​earlopain][])
  • #14703: Fix false negatives for Layout/RescueEnsureAlignment when using self class definition. ([@​koic][])
  • #14706: Fix false negatives for Lint/NoReturnInBeginEndBlocks when assigning instance variable, class variable, global variable, or constant. ([@​koic][])
  • #14715: Fix false positives for Layout/EmptyLineAfterGuardClause when a guard clause follows a multiline heredoc in a parenthesized method call. ([@​koic][])
  • #14667: Fix false positives for Layout/EndAlignment when a conditional assignment is used on the same line and the end with a safe navigation method call is aligned. ([@​koic][])
  • #14688: Fix false positives for Layout/EndAlignment when a conditional assignment is used on the same line and the end with a numbered block or it block method call is aligned. ([@​koic][])
  • #14699: Fix false positives for Lint/RedundantSafeNavigation when the receiver is used outside the singleton method definition scope. ([@​koic][])
  • #14663: Fix false positives for Style/EndlessMethod when multiline or xstring heredoc is used in method body. ([@​koic][])
  • #10173: Fix false positives for Style/TrailingCommaInArguments when EnforcedStyleForMultiline is set to consistent_comma and a multiline braced hash argument appears after another argument. ([@​koic][])
  • #14680: Handle all OptionParser errors when running rubocop with input that causes an error. ([@​dvandersluis][])
  • #14658: Fix incorrect behavior when Layout/LineLength is disabled. ([@​koic][])
  • #14704: Fix incorrect Position character value in LSP. ([@​tmtm][])
  • #14619: Store remote configuration caches in cache root. ([@​Jack12816][])
  • #14476: Fix Style/ClassAndModuleChildren to skip compact style definitions inside another class or module when EnforcedStyle: nested. ([@​rscq][])
  • #14281: Update Layout/EndAlignment with EnforcedStyleAlignWith: variable to handle conditionals inside begin nodes properly. ([@​dvandersluis][])

Changes

  • #14662: Add autocorrection for Lint/UselessOr. ([@​r7kamura][])
  • #14668: Exclude Severity from configuration parameters. ([@​r7kamura][])
  • #14684: Make Style/CaseEquality allow regexp case equality where the receiver is a regexp literal. ([@​koic][])
  • #14645: Change Lint/CircularArgumentReference to detect offenses within long assignment chains. ([@​viralpraxis][])
  • #14642: Make Gemspec/RubyVersionGlobalsUsage aware of Ruby::VERSION. ([@​koic][])
  • #14695: Make Layout/EmptyLineAfterMagicComment aware of # rbs_inline magic comment. ([@​koic][])
  • #10147: Make Lint/ElseLayout allow a single-line else body in then single-line conditional. ([@​koic][])
  • #14661: Make Lint/RedundantRequireStatement aware of pathname when analyzing Ruby 4.0. ([@​koic][])
  • #14698: Make Lint/UnreachableCode aware of singleton method redefinition. ([@​koic][])
  • #14677: Make Style/RedundantArgument aware of to_i. ([@​koic][])
  • #14660: Rename IgnoreCopDirectives to AllowCopDirectives in Layout/LineLength. ([@​koic][])
  • #14492: Revert #14492, which added support for LSP positionEncoding 'utf-8' and 'utf-32' due to critical performance regression reports. ([@​koic][])
Commits
  • 384aa2b Cut 1.82
  • f8a84fa Update Changelog
  • f8b40bc [Fix #13854 (Old issue)] add push/pop logic for handle local enable/disable
  • 70f76b1 Add new cop Style/ModuleMemberExistenceCheck
  • acbdbda Fix false positives for Layout/EmptyLineAfterGuardClause
  • 9cc142e Fix incorrect Position character value in LSP
  • 5e07aa1 Merge pull request #14712 from moznion/fix_escaped_single_quote
  • 8f5b029 [Fix #14711] Fix broken auto-correction in Style/RedundantRegexpArgument rule
  • bcfdf5f Add some specs for Style/RedundantCondition
  • 2c9071d Merge pull request #14707 from koic/fix_false_negatives_for_lint_no_return_in...
  • Additional commits viewable in compare view

Updates concurrent-ruby from 1.3.5 to 1.3.6

Release notes

Sourced from concurrent-ruby's releases.

v1.3.6

What's Changed

New Contributors

Full Changelog: ruby-concurrency/concurrent-ruby@v1.3.5...v1.3.6

Changelog

Sourced from concurrent-ruby's changelog.

Release v1.3.6 (13 December 2025)

concurrent-ruby:

Commits
  • dba7766 Release 1.3.6
  • 49b7552 Exclude dependabot updates from release notes
  • 048f5d0 ThreadPoolExecutor kill will wait_for_termination in JRuby; ensure TimerS...
  • 4e340ed Flaky test fix: allow ThreadPool to shutdown before asserting completed_task_...
  • 4dc8de3 Allow TimerTask to be safely restarted after shutdown and avoid duplicate tas...
  • 47cf3a1 Mark RubySingleThreadExecutor as a SerialExecutorService
  • 572d44c Asynchronous pruning for RubyThreadPoolExecutor (#1082)
  • e25e34c Add Joshua Young to the list of maintainers (#1097)
  • 978eed6 Use typed data APIs
  • eacd77a Use stdatomic.h on recent macOS
  • Additional commits viewable in compare view

Updates io-console from 0.8.1 to 0.8.2

Release notes

Sourced from io-console's releases.

v0.8.2

What's Changed

New Contributors

Full Changelog: ruby/io-console@v0.8.1...v0.8.2

Commits
  • fbc7e1f bump up to 0.8.2
  • 04fbf93 [ci skip] wip
  • 379e7c1 strip trailing spaces [ci skip]
  • ae33785 console_cursor_pos respects scroll position on windows
  • d2a6c69 console_goto respects scroll position on windows
  • 817aa65 avoid jumping scroll position when winsize changed
  • df444b9 Remove useless rb_check_arity() call
  • 78858b0 Bump step-security/harden-runner from 2.13.2 to 2.13.3 (#110)
  • ba83488 Bump actions/checkout from 5 to 6 (#109)
  • 961e4a5 Bump step-security/harden-runner from 2.13.1 to 2.13.2 (#108)
  • Additional commits viewable in compare view

Updates json from 2.17.1 to 2.18.0

Release notes

Sourced from json's releases.

v2.18.0

What's Changed

  • Add :allow_control_characters parser options, to allow JSON strings containing unescaped ASCII control characters (e.g. newlines).

Full Changelog: ruby/json@v2.17.1...v2.18.0

Changelog

Sourced from json's changelog.

2025-12-11 (2.18.0)

  • Add :allow_control_characters parser options, to allow JSON strings containing unescaped ASCII control characters (e.g. newlines).
Commits
  • 1cdd212 Release 2.18.0
  • 3459499 Add allow_control_characters parsing option
  • 1da3fd9 Add a specific error for unescaped newlines
  • cf3993c Remove dead code from JSON::TruffleRuby::Generator
  • 4218a42 Remove dead code in benchmark/encoder.rb
  • See full diff in compare view

Updates minitest from 5.26.2 to 6.0.0

Changelog

Sourced from minitest's changelog.

=== 6.0.0 / 2025-12-17

This is a major release. Read this.

Please give feedback here: minitest/minitest#1040

Oh god... here we go... (again)

  • 8 deaths in the family(!!):

    • Deleted MiniTest and MiniTest::Unit::TestCase compatibility namespaces.
    • Deleted all use of Marshal for serialization.
    • Deleted maglev? and rubinius? guard methods. LOL.
    • Deleted all minitest/spec expectations from Object. Use _/value/expect.
    • Dropped minitest/mock.rb. This has been extracted to the minitest-mock gem.
    • assert_equal(nil, value) no longer allowed. Use assert_nil to be explicit.
    • Removed assert_send. Use assert_predicate or assert_operator.
    • Removed Minitest::Test#class_name.
  • 7 major (oft incompatible) changes:

    • Big: Major refactored MT6's run path!
      • Minitest.__run -> Minitest.run_all_suites
      • Runnable.run -> Runnable.run_suite & Runnable.filter_runnable_methods
      • Runnable.run_one_method -> Runnable.run
      • Removed Minitest.run_one_method (might bring it back to raise?)
    • Removed deprecated ENV["N"] to specify number of parallel tests. Use MT_CPU.
    • Renamed options[:filter] to options[:include], added --include cmdline option.
      • --name is still handled, but that will be removed in the future.
    • Renamed Minitest::Runnable#test_order to #run_order.
    • If #message is passed a proc then that proc overrides all other output.
      • They are no longer chained!
      • And it does less for formatting of your output.
    • Removed reporter arg from with_info_handler as it has never(?) been used. (HACK?)
    • Plugin loading is now opt-in!
      • Require the plugin in your test_helper.
      • Or use Minitest.load :x
      • Or call Minitest.load_plugins for the old autoloading behavior.
  • 5 additions:

    • Added minitest-sprint's minitest cmdline, now with line support!
    • Added minitest-bisect. Run with minitest --bisect or -b.
    • Added minitest-server.
    • Added minitest/complete to help with shell's tab-completion of tests.
    • Vendored latest version of path_expander.
  • 5 other:

    • Bumped to ruby 3.2+.

... (truncated)

Commits
  • 2f3d88e prepped for release
  • 756f965 Add Hoe's :cov plugin and start to look at gaps
  • 94a790e - Removed MT5's post_install_message.
  • 8a50ebf - Bumped to ruby 3.2+
  • 1fceffd - Removed obsolete version guards around Minitest::Result in reporters.
  • c5adbd7 - Removed obsolete conditional for CompositeReporter#prerecord.
  • 27ef422 + Added minitest/complete to help with shell's tab-completion of tests.
  • 0c0c329 + Renamed options[:filter] to options[:include], added --include cmdline option.
  • d597d05 + If message is passed a proc then that proc overrides all other output.
  • 3c6300c + Assertions reuse themselves a lot more. Bumps assertion count in some places.
  • Additional commits viewable in compare view

Updates net-http from 0.8.0 to 0.9.1

Release notes

Sourced from net-http's releases.

v0.9.1

What's Changed

New Contributors

Full Changelog: ruby/net-http@v0.9.0...v0.9.1

v0.9.0

What's Changed

New Contributors

Full Changelog: ruby/net-http@v0.8.0...v0.9.0

Commits
  • 8cee86e v0.9.1
  • 7697832 Merge pull request #256 from rhenium/ky/freeze-more-constants
  • ce9ac47 Merge pull request #263 from shioimm/catch-ETIMEDOUT-or-IOTimeoutError
  • f64109e Raise Net::OpenTimeout when TCPSocket.open raises IO::TimeoutError.
  • 3ccf0c8 v0.9.0
  • e8e37bb Merge pull request #257 from ruby/dependabot/github_actions/step-security/har...
  • f4b30da Bump step-security/harden-runner from 2.13.3 to 2.14.0
  • 836ad70 Merge pull request #255 from rhenium/ky/refactor-https-tests
  • f24b3b3 Freeze more constants for Ractor compatibility
  • 35c1745 Refactor HTTPS tests
  • Additional commits viewable in compare view

Updates omniauth-oauth2 from 1.8.0 to 1.9.0

Release notes

Sourced from omniauth-oauth2's releases.

v1.9.0

What's Changed

https://rubygems.org/gems/omniauth-oauth2/versions/1.9.0

Full Changelog: omniauth/omniauth-oauth2@v1.8.0...v1.9.0

Changelog

Sourced from omniauth-oauth2's changelog.

v1.9.0

  • Prevent timing attacks #174
  • Rescue OAuth2 timeouts #169
Commits

Updates sshkit from 1.24.0 to 1.25.0

Release notes

Sourced from sshkit's releases.

1.25.0

✨ New Features

🏠 Housekeeping

Full Changelog: capistrano/sshkit@v1.24.0...v1.25.0

Commits

Updates unicode-emoji from 4.1.0 to 4.2.0

Changelog

Sourced from unicode-emoji's changelog.

4.2.0

  • Allow Ruby 4.0
  • Remove Non-Emoji pictographs from spec, since they have been removed in Unicode 17
  • Update valid subdivisions to CLDR 48 (no changes)
Commits
  • beff6fe Release v4.2.0
  • 1980174 Update CLDR to v48
  • 82fea37 Fix: Emoji file not actually cached
  • 3a81e3b Remove Non-Emoji pictographs from spec, since they have been removed in Unico...
  • 857589e Fix Rakefile: Run both spec files
  • 6ba7e49 Add mutex_m and ostruct to Gemfile, since they are not a default gem anymore
  • 3510dcf Merge pull request #17 from taketo1113/relax-require-ruby
  • 3e80769 Relax required_ruby_version to support Ruby 4.0
  • dba9693 Add Unicode version and fix location of emoji test data #16
  • e31212a Add Ruby 3.4 to unix CI too
  • 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 D...

Description has been truncated

Bumps the bundler group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [haml](https://github.com/haml/haml) | `7.0.2` | `7.1.0` |
| [capistrano](https://github.com/capistrano/capistrano) | `3.19.2` | `3.20.0` |
| [haml_lint](https://github.com/sds/haml-lint) | `0.67.0` | `0.68.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.81.7` | `1.82.0` |
| [io-console](https://github.com/ruby/io-console) | `0.8.1` | `0.8.2` |
| [minitest](https://github.com/minitest/minitest) | `5.26.2` | `6.0.0` |
| [net-http](https://github.com/ruby/net-http) | `0.8.0` | `0.9.1` |
| [omniauth-oauth2](https://github.com/omniauth/omniauth-oauth2) | `1.8.0` | `1.9.0` |



Updates `haml` from 7.0.2 to 7.1.0
- [Release notes](https://github.com/haml/haml/releases)
- [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md)
- [Commits](haml/haml@v7.0.2...v7.1.0)

Updates `capistrano` from 3.19.2 to 3.20.0
- [Release notes](https://github.com/capistrano/capistrano/releases)
- [Commits](capistrano/capistrano@v3.19.2...v3.20.0)

Updates `haml_lint` from 0.67.0 to 0.68.0
- [Release notes](https://github.com/sds/haml-lint/releases)
- [Changelog](https://github.com/sds/haml-lint/blob/main/CHANGELOG.md)
- [Commits](sds/haml-lint@v0.67.0...v0.68.0)

Updates `rubocop` from 1.81.7 to 1.82.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.81.7...v1.82.0)

Updates `concurrent-ruby` from 1.3.5 to 1.3.6
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](ruby-concurrency/concurrent-ruby@v1.3.5...v1.3.6)

Updates `io-console` from 0.8.1 to 0.8.2
- [Release notes](https://github.com/ruby/io-console/releases)
- [Commits](ruby/io-console@v0.8.1...v0.8.2)

Updates `json` from 2.17.1 to 2.18.0
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.17.1...v2.18.0)

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

Updates `net-http` from 0.8.0 to 0.9.1
- [Release notes](https://github.com/ruby/net-http/releases)
- [Commits](ruby/net-http@v0.8.0...v0.9.1)

Updates `omniauth-oauth2` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/omniauth/omniauth-oauth2/releases)
- [Changelog](https://github.com/omniauth/omniauth-oauth2/blob/master/CHANGELOG.md)
- [Commits](omniauth/omniauth-oauth2@v1.8.0...v1.9.0)

Updates `sshkit` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/capistrano/sshkit/releases)
- [Commits](capistrano/sshkit@v1.24.0...v1.25.0)

Updates `unicode-emoji` from 4.1.0 to 4.2.0
- [Changelog](https://github.com/janlelis/unicode-emoji/blob/main/CHANGELOG.md)
- [Commits](janlelis/unicode-emoji@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: haml
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: capistrano
  dependency-version: 3.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: haml_lint
  dependency-version: 0.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: rubocop
  dependency-version: 1.82.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: concurrent-ruby
  dependency-version: 1.3.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: io-console
  dependency-version: 0.8.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: json
  dependency-version: 2.18.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: minitest
  dependency-version: 6.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: bundler
- dependency-name: net-http
  dependency-version: 0.9.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: omniauth-oauth2
  dependency-version: 1.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: sshkit
  dependency-version: 1.25.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: unicode-emoji
  dependency-version: 4.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 18, 2025
@werebus werebus merged commit 1e5f71e into main Dec 18, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/bundler-c5feab9ad8 branch December 18, 2025 16:05
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