Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2025

Bumps the ruby-deps group with 16 updates in the / directory:

Package From To
benchmark 0.4.1 0.5.0
bigdecimal 3.2.3 3.3.1
irb 1.15.2 1.15.3
jquery-rails 4.6.0 4.6.1
reline 0.6.2 0.6.3
simple_form 5.3.1 5.4.0
icalendar 2.12.0 2.12.1
commonmarker 2.4.1 2.5.0
turbo-rails 2.0.17 2.0.20
haml_lint 0.66.0 0.67.0
rubocop 1.81.1 1.81.7
rubocop-performance 1.26.0 1.26.1
bullet 8.0.8 8.1.0
selenium-webdriver 4.36.0 4.38.0
rollbar 3.6.2 3.7.0
scout_apm 5.7.1 5.8.0

Updates benchmark from 0.4.1 to 0.5.0

Release notes

Sourced from benchmark's releases.

v0.5.0

What's Changed

New Contributors

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

Commits
  • efa6e61 v0.5.0
  • 7ba0632 Merge pull request #39 from ruby/dependabot/github_actions/step-security/hard...
  • 837ba3c Bump step-security/harden-runner from 2.13.0 to 2.13.1
  • 3857561 Update ruby/setup-ruby
  • fc27ad1 Merge pull request #38 from Shopify/add-ms-function-and-pass-unit-arg-to-real...
  • 6a3fe1f Add Benchmark.ms method and enhance realtime with unit parameter
  • 4e39de6 Merge pull request #37 from ruby/dependabot/github_actions/actions/checkout-5
  • 15a756a Bump actions/checkout from 4 to 5
  • 9e80d1b Merge pull request #36 from ruby/dependabot/github_actions/step-security/hard...
  • ef259f4 Bump step-security/harden-runner from 2.12.2 to 2.13.0
  • Additional commits viewable in compare view

Updates bigdecimal from 3.2.3 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

v3.3.0

What's Changed

New Contributors

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

Changelog

Sourced from bigdecimal's changelog.

3.3.1

  • All BigMath methods converts non integer precision with to_int

    @​tompng

3.3.0

Commits
  • 2d932f4 Bump version to 3.3.1 (#443)
  • 8f34991 Unify all precision validation to be consistent with BigDecimal#add (#442)
  • a831065 Fix modulo/remainder of negative zero (#441)
  • 0aa97bb Bump version to 3.3.0 (#437)
  • f718178 Fix precision of x.power(y, prec) when the result is nearly infinity (#439)
  • a267ca7 Improve performance of x**y when y is a huge value (#438)
  • cb2458b Add newline at EOF [ci skip]
  • d93b542 Make internal BigMath method a private method (#432)
  • f107735 Merge pull request #431 from ruby/dependabot/github_actions/step-security/har...
  • 6682fd8 Bump step-security/harden-runner from 2.13.0 to 2.13.1
  • Additional commits viewable in compare view

Updates irb from 1.15.2 to 1.15.3

Release notes

Sourced from irb's releases.

v1.15.3

What's Changed

✨ Enhancements

🐛 Bug Fixes

📚 Documentation

🛠 Other Changes

New Contributors

Full Changelog: ruby/irb@v1.15.2...v1.15.3

Commits
  • 7ea4489 Bump version to 1.15.3 (#1134)
  • c7e3227 Do not save consecutive duplicate commands to history (#1120)
  • f711800 Use endless range instead of step (#1123)
  • 18d152b Fix UTF-16 autocompletion (#1129)
  • e45bb6b Bump rubygems/release-gem from 1.1.1 to 1.1.2
  • 50db8f8 Fix prompt cache flaky test (#1130)
  • c95ee78 Improve prompt generating performance by caching prompt parts(%m, %M) (#1127)
  • 3893f18 Reset IOGate.set_winch_handler when dancing ruby easter-egg terminates (#1124)
  • d43c3d7 Bump integration test's timeout on CI to 30s (#1122)
  • c4cae48 [DOC] Include document files in the generated gem file (#1098)
  • Additional commits viewable in compare view

Updates jquery-rails from 4.6.0 to 4.6.1

Changelog

Sourced from jquery-rails's changelog.

4.6.1

  • update jquery to 3.7.1
Commits

Updates reline from 0.6.2 to 0.6.3

Release notes

Sourced from reline's releases.

v0.6.3

What's Changed

🐛 Bug Fixes

🛠 Other Changes

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

Commits
  • 55390d5 Bump up to 0.6.3 (#858)
  • 07255ab Use bundler/setup instead of Bunlder.require in multiline_repl (#860)
  • 7eef150 Merge pull request #857 from ruby/dependabot/github_actions/rubygems/release-...
  • 63dfa17 Bump rubygems/release-gem from 1.1.1 to 1.1.2
  • 1d1e808 Use key symbol names instead of hardcoded C-r C-s C-h C-? in reverse/forward ...
  • 433a930 Fix CSI pattern regexp to accept parameter bytes and intermediate bytes (#848)
  • 5d5c1ff Remove retrieve_keybuffer (#851)
  • 199c26a Use test-unit-ruby-core (#852)
  • 19aa19f Merge pull request #850 from ruby/dependabot/github_actions/step-security/har...
  • 9300d4d Bump step-security/harden-runner from 2.13.0 to 2.13.1
  • Additional commits viewable in compare view

Updates simple_form from 5.3.1 to 5.4.0

Release notes

Sourced from simple_form's releases.

v5.4.0

https://github.com/heartcombo/simple_form/blob/v5.4.0/CHANGELOG.md

Changelog

Sourced from simple_form's changelog.

5.4.0

  • Add support for Ruby 3.4 and Rails 7.2/8.0/8.1. (no changes required)
  • Drop support for Rails < 7 and Ruby < 2.7.
  • Add weekday input. #1846
  • Remove redundant aria-required attribute for required fields. #1823
  • Integrate :rich_text_area with placeholders #1842
  • Fix encrypted attributes improperly casted (later fixed in Rails) #1836
  • Pass base object to human_attribute_name in labels #1812
Commits
  • 9e7c934 Release v5.4.0
  • c497d2f Expand changelog [ci skip]
  • 8b3e5cc Update to test with Rails v8.1.0 final
  • b930f9d Update to test with Rails v8.1.0.rc1
  • 2f5d481 Expand collection select input test with multiple disabled options
  • a12f4b7 Merge pull request #1849 from tagliala/chore/fix-typos
  • 74b9c68 Merge pull request #1845 from heartcombo/drop-old-rubies
  • fee331e Make country_select a development dependency on the gemspec
  • 6f866e0 Fix country_select tests looking for separator option
  • 651f119 Remove more extraneous version checks
  • Additional commits viewable in compare view

Updates icalendar from 2.12.0 to 2.12.1

Changelog

Sourced from icalendar's changelog.

2.12.1 - 2025-10-19

  • Fix a problem with invalid ics generation for calendars with custom properties that include a tzid parameter.
Commits
  • 0aa950a Bump version to 2.12.1
  • f9778d3 Merge pull request #318 from icalendar/fix-tz-store
  • 21379f4 Prevent surprises by not delegating all DowncasedHash methods to Hash
  • c8c08f4 Pass timezone_store in the context instead of params
  • a515e4d Add context to Icalendar::Value for information that should not be output dir...
  • 5844e0a Create parser test for issue #317
  • See full diff in compare view

Updates commonmarker from 2.4.1 to 2.5.0

Release notes

Sourced from commonmarker's releases.

v2.5.0

What's Changed

Full Changelog: gjtorikian/commonmarker@v2.4.1...v2.5.0

Changelog

Sourced from commonmarker's changelog.

[v2.5.0] - 14-10-2025

What's Changed

Full Changelog: gjtorikian/commonmarker@v2.4.1...v2.5.0

Commits
  • 389b872 Merge pull request #403 from gjtorikian/release/v2.5.0
  • d8cb6b6 [skip test] update changelog
  • 88f07e2 Merge pull request #402 from gjtorikian/push-soykspqvskku
  • 6c1829a 💎 2.5.0
  • e2964c7 Merge pull request #401 from gjtorikian/push-tlqslwlzokxt
  • 076afd2 Add inline_footnotes support
  • 569f901 Bump comrak from 0.43.0 to 0.44.0
  • c9edb62 Merge pull request #400 from gjtorikian/dependabot/cargo/magnus-0.8.2
  • abe2613 Bump magnus from 0.8.1 to 0.8.2
  • e32e283 Merge pull request #399 from gjtorikian/dependabot/cargo/syntect-5.3.0
  • Additional commits viewable in compare view

Updates turbo-rails from 2.0.17 to 2.0.20

Release notes

Sourced from turbo-rails's releases.

v2.0.20

Full Changelog: hotwired/turbo-rails@v2.0.19...v2.0.20

v2.0.19

Full Changelog: hotwired/turbo-rails@v2.0.17...v2.0.19

Commits

Updates haml_lint from 0.66.0 to 0.67.0

Release notes

Sourced from haml_lint's releases.

0.67.0

What's Changed

New Contributors

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

Changelog

Sourced from haml_lint's changelog.

0.67.0

  • Add support for HAML 6.4 and 7
Commits
  • 69a3239 Cut version 0.67.0 (#608)
  • 225bf62 Update Appraisal config to include HAML 7 (#606)
  • eea1be9 Remove EOL Ruby 3.0 and 3.1 from test matrix (#607)
  • 411b6de Add support for Haml 6.4 and 7.0 (#605)
  • fd89c33 Update rubocop requirement from 1.81.1 to 1.81.6 (#603)
  • 0fc3152 Update rubocop-performance requirement from 1.26.0 to 1.26.1 (#602)
  • 22ed956 Update rubocop requirement from 1.80.2 to 1.81.1 (#600)
  • 7bff0e4 remove TYPES_BY_PREFIX constant (#601)
  • 7413eb7 Update rubocop requirement from 1.80.0 to 1.80.2 (#599)
  • fda8f52 Update rubocop-performance requirement from 1.25.0 to 1.26.0 (#598)
  • Additional commits viewable in compare view

Updates rubocop from 1.81.1 to 1.81.7

Release notes

Sourced from rubocop's releases.

RuboCop v1.81.7

Bug fixes

  • #14597: Fix an infinite loop error for Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. (@​koic)
  • #14621: Fix an error for Naming/PredicateMethod when using an in pattern with empty parentheses body. (@​koic)
  • #14631: Fix an error for Style/SoleNestedConditional when using nested single line if. (@​koic)
  • #14626: Fix false positives in Style/ConstantVisibility when visibility is declared with multiple constants. (@​koic)
  • #14628: Fix false positives for Style/FloatDivision when using Regexp.last_match or nth reference (e.g., $1). (@​koic)
  • #14617: Handle non-specific issues with the Gemfile to allow fallback. (@​Fryguy)
  • #14622: Fix an error for Naming/MethodName when the first argument to alias contains interpolation. (@​earlopain)

RuboCop v1.81.6

Bug fixes

  • #14587: Fix an error for Lint/SelfAssignment when using []= assignment with no arguments. (@​koic)
  • #14572: Fix an error for Style/ArrayIntersect when intersection(other).any? is called without a receiver. (@​koic)
  • #14599: Fix a crash when Style/ConditionalAssignment is configured with assign_inside_conditional and the conditional contains a multi-line regex. (@​martinemde)
  • #14574: Fix false positives for Style/RedundantInterpolation when using a one-line => pattern matching. (@​koic)
  • #14602: Fix false positives for Style/EndlessMethod when heredoc is used in method body. (@​koic)
  • #14594: Fix false positives for Style/EndlessMethod when the endless method would exceed the maximum line length. (@​koic)
  • #14605: Fix false positive for Lint/EmptyInterpolation when interpolation is inside a %W literal. (@​dvandersluis)
  • #14604: Fix Style/RedundantFormat false positive when a interpolated value is given to a specifier with a width or precision. (@​dvandersluis)
  • #14607: Fix Style/RedundantFormat handling control characters like \n. (@​dvandersluis)
  • #14577: Fix an incorrect autocorrect for Style/Semicolon when a method call using hash value omission without parentheses is terminated with a semicolon. (@​koic)
  • #14552: Fix a false positive for Security/JSONLoad when create_additions is explicitly specified. (@​earlopain)

Changes

  • #14566: Enhance Lint::ConstantOverwrittenInRescue cop to detect offenses within fully qualified constants. (@​viralpraxis)
  • #14575: Enhance Lint/ConstantOverwrittenInRescue cop to detect offenses within nested constants. (@​viralpraxis)
  • #14596: Change Lint/ConstantOverwrittenInRescue to detect any constant assignment. (@​viralpraxis)
  • #14568: Make Style/LambdaCall autocorrection contextual. (@​koic)
Changelog

Sourced from rubocop's changelog.

1.81.7 (2025-10-31)

Bug fixes

  • #14597: Fix an infinite loop error for Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. ([@​koic][])
  • #14621: Fix an error for Naming/PredicateMethod when using an in pattern with empty parentheses body. ([@​koic][])
  • #14631: Fix an error for Style/SoleNestedConditional when using nested single line if. ([@​koic][])
  • #14626: Fix false positives in Style/ConstantVisibility when visibility is declared with multiple constants. ([@​koic][])
  • #14628: Fix false positives for Style/FloatDivision when using Regexp.last_match or nth reference (e.g., $1). ([@​koic][])
  • #14617: Handle non-specific issues with the Gemfile to allow fallback. ([@​Fryguy][])
  • #14622: Fix an error for Naming/MethodName when the first argument to alias contains interpolation. ([@​earlopain][])

1.81.6 (2025-10-21)

Bug fixes

  • #14587: Fix an error for Lint/SelfAssignment when using []= assignment with no arguments. ([@​koic][])
  • #14572: Fix an error for Style/ArrayIntersect when intersection(other).any? is called without a receiver. ([@​koic][])
  • #14599: Fix a crash when Style/ConditionalAssignment is configured with assign_inside_conditional and the conditional contains a multi-line regex. ([@​martinemde][])
  • #14574: Fix false positives for Style/RedundantInterpolation when using a one-line => pattern matching. ([@​koic][])
  • #14602: Fix false positives for Style/EndlessMethod when heredoc is used in method body. ([@​koic][])
  • #14594: Fix false positives for Style/EndlessMethod when the endless method would exceed the maximum line length. ([@​koic][])
  • #14605: Fix false positive for Lint/EmptyInterpolation when interpolation is inside a %W literal. ([@​dvandersluis][])
  • #14604: Fix Style/RedundantFormat false positive when a interpolated value is given to a specifier with a width or precision. ([@​dvandersluis][])
  • #14607: Fix Style/RedundantFormat handling control characters like \n. ([@​dvandersluis][])
  • #14577: Fix an incorrect autocorrect for Style/Semicolon when a method call using hash value omission without parentheses is terminated with a semicolon. ([@​koic][])
  • #14552: Fix a false positive for Security/JSONLoad when create_additions is explicitly specified. ([@​earlopain][])

Changes

  • #14566: Enhance Lint::ConstantOverwrittenInRescue cop to detect offenses within fully qualified constants. ([@​viralpraxis][])
  • #14575: Enhance Lint/ConstantOverwrittenInRescue cop to detect offenses within nested constants. ([@​viralpraxis][])
  • #14596: Change Lint/ConstantOverwrittenInRescue to detect any constant assignment. ([@​viralpraxis][])
  • #14568: Make Style/LambdaCall autocorrection contextual. ([@​koic][])
Commits
  • 4a9b053 Cut 1.81.7
  • 4e6aec2 Update Changelog
  • 8b61b58 Remove uselsss code from Lint/Debugger
  • 356416d Skip unnecessary logic in Style/Semicolon
  • c7d19ab [Docs] Tweak the doc for Lint/MissingCopEnableDirective
  • b7cad37 Reuse s.version in gemspec
  • 300e29b Fix an error for Style/SoleNestedConditional
  • eb0b07a Remove bundler gem from Gemfile
  • e4baec8 Merge pull request #14629 from koic/fix_false_positives_for_style_float_division
  • f8e8cfa Merge pull request #14627 from koic/fix_false_positives_for_style_constant_vi...
  • Additional commits viewable in compare view

Updates rubocop-performance from 1.26.0 to 1.26.1

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance v1.26.1

Bug fixes

  • #517: Fix false positives for Performance/RedundantStringChars when using str.chars[0, 2]. (@​koic)

Changes

  • #520: Disable Performance/BigDecimalWithNumericArgument by default. (@​earlopain)
Changelog

Sourced from rubocop-performance's changelog.

1.26.1 (2025-10-18)

Bug fixes

  • #517: Fix false positives for Performance/RedundantStringChars when using str.chars[0, 2]. ([@​koic][])

Changes

  • #520: Disable Performance/BigDecimalWithNumericArgument by default. ([@​earlopain][])
Commits
  • 4783c90 Cut 1.26.1
  • d3f1806 Update Changelog
  • a63df04 Merge pull request #521 from Earlopain/disable-bigdecimal
  • 7a5499f [Fix #520] Disable Performance/BigDecimalWithNumericArgument by default
  • 03a6071 Merge pull request #518 from koic/fix_false_positives_for_performance_redunda...
  • a1ef194 [Fix #517] Fix false positives for Performance/RedundantStringChars
  • 6e1afeb Tweak bug report template
  • 60ff474 Suppress RuboCop's offense
  • 955429a Switch back docs version to master
  • See full diff in compare view

Updates bullet from 8.0.8 to 8.1.0

Changelog

Sourced from bullet's changelog.

8.1.0 (10/23/2025)

  • Make get_relation private
  • Support Rails 8.1
Commits
  • 5f41732 Bumping version to 8.1.0
  • 83b6de8 Bumping version to 8.1.0.beta1
  • 1d8e90e Merge pull requ...

    Description has been truncated

Bumps the ruby-deps group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [benchmark](https://github.com/ruby/benchmark) | `0.4.1` | `0.5.0` |
| [bigdecimal](https://github.com/ruby/bigdecimal) | `3.2.3` | `3.3.1` |
| [irb](https://github.com/ruby/irb) | `1.15.2` | `1.15.3` |
| [jquery-rails](https://github.com/rails/jquery-rails) | `4.6.0` | `4.6.1` |
| [reline](https://github.com/ruby/reline) | `0.6.2` | `0.6.3` |
| [simple_form](https://github.com/heartcombo/simple_form) | `5.3.1` | `5.4.0` |
| [icalendar](https://github.com/icalendar/icalendar) | `2.12.0` | `2.12.1` |
| [commonmarker](https://github.com/gjtorikian/commonmarker) | `2.4.1` | `2.5.0` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.17` | `2.0.20` |
| [haml_lint](https://github.com/sds/haml-lint) | `0.66.0` | `0.67.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.81.1` | `1.81.7` |
| [rubocop-performance](https://github.com/rubocop/rubocop-performance) | `1.26.0` | `1.26.1` |
| [bullet](https://github.com/flyerhzm/bullet) | `8.0.8` | `8.1.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.36.0` | `4.38.0` |
| [rollbar](https://github.com/rollbar/rollbar-gem) | `3.6.2` | `3.7.0` |
| [scout_apm](https://github.com/scoutapp/scout_apm_ruby) | `5.7.1` | `5.8.0` |



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

Updates `bigdecimal` from 3.2.3 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.2.3...v3.3.1)

Updates `irb` from 1.15.2 to 1.15.3
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.15.2...v1.15.3)

Updates `jquery-rails` from 4.6.0 to 4.6.1
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md)
- [Commits](rails/jquery-rails@v4.6.0...v4.6.1)

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

Updates `simple_form` from 5.3.1 to 5.4.0
- [Release notes](https://github.com/heartcombo/simple_form/releases)
- [Changelog](https://github.com/heartcombo/simple_form/blob/main/CHANGELOG.md)
- [Commits](heartcombo/simple_form@v5.3.1...v5.4.0)

Updates `icalendar` from 2.12.0 to 2.12.1
- [Changelog](https://github.com/icalendar/icalendar/blob/main/CHANGELOG.md)
- [Commits](icalendar/icalendar@v2.12.0...v2.12.1)

Updates `commonmarker` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/gjtorikian/commonmarker/releases)
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md)
- [Commits](gjtorikian/commonmarker@v2.4.1...v2.5.0)

Updates `turbo-rails` from 2.0.17 to 2.0.20
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.17...v2.0.20)

Updates `haml_lint` from 0.66.0 to 0.67.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.66.0...v0.67.0)

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

Updates `rubocop-performance` from 1.26.0 to 1.26.1
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.26.0...v1.26.1)

Updates `bullet` from 8.0.8 to 8.1.0
- [Changelog](https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md)
- [Commits](flyerhzm/bullet@8.0.8...8.1.0)

Updates `selenium-webdriver` from 4.36.0 to 4.38.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.36.0...selenium-4.38.0)

Updates `rollbar` from 3.6.2 to 3.7.0
- [Release notes](https://github.com/rollbar/rollbar-gem/releases)
- [Changelog](https://github.com/rollbar/rollbar-gem/blob/master/CHANGELOG.md)
- [Commits](rollbar/rollbar-gem@v3.6.2...v3.7.0)

Updates `scout_apm` from 5.7.1 to 5.8.0
- [Changelog](https://github.com/scoutapp/scout_apm_ruby/blob/master/CHANGELOG.markdown)
- [Commits](scoutapp/scout_apm_ruby@v5.7.1...v5.8.0)

---
updated-dependencies:
- dependency-name: benchmark
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: bigdecimal
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: irb
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: jquery-rails
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: reline
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: simple_form
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: icalendar
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: commonmarker
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: turbo-rails
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: haml_lint
  dependency-version: 0.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: rubocop
  dependency-version: 1.81.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: rubocop-performance
  dependency-version: 1.26.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: bullet
  dependency-version: 8.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: selenium-webdriver
  dependency-version: 4.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: rollbar
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: scout_apm
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Nov 11, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 17, 2025
@dependabot dependabot bot deleted the dependabot/bundler/ruby-deps-c342f67bc0 branch November 17, 2025 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant