Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 7 updates in the / directory:

Package From To
rails 8.0.3 8.1.1
sqlite3 2.7.4 2.8.0
turbo-rails 2.0.17 2.0.20
jquery-rails 4.6.0 4.6.1
bootstrap_form 5.4.0 5.5.0
paper_trail 16.0.0 17.0.0
honeybadger 6.1.2 6.1.3

Updates rails from 8.0.3 to 8.1.1

Release notes

Sourced from rails's releases.

8.1.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • Respect remove_hidden_field_autocomplete config in form builder hidden_field.

    Rafael Mendonça França

Action Pack

  • Allow methods starting with underscore to be action methods.

    Disallowing methods starting with an underscore from being action methods was an unintended side effect of the performance optimization in 207a254.

    Fixes #55985.

    Rafael Mendonça França

Active Job

  • Only index new serializers.

    Jesse Sharps

Action Mailer

  • No changes.

Action Cable

... (truncated)

Commits
  • 90a1eaa Preparing for 8.1.1 release
  • 0ce0ce1 Upgrade sigstore gem to 0.2.2
  • 271acd5 Sync CHANGELOG
  • 7574698 Merge pull request #56020 from harsh183/hd/getting_started/fix_line_num_typo
  • 89cb7bf Fix railties/CHANGELOG.md offense at 8-1-stable
  • 7919bda Restore header
  • f007f9c Disable SSL default config for out of the box Kamal deployments (#56010)
  • 234b569 Merge pull request #56008 from chaadow/fix_nesting_loop_rails
  • 21a8742 Merge pull request #55992 from jsharpify/jsharpify-reduce-deprecation-warnings
  • a7ba88b Merge pull request #56001 from hachi8833/update_wishlists
  • Additional commits viewable in compare view

Updates sqlite3 from 2.7.4 to 2.8.0

Release notes

Sourced from sqlite3's releases.

2.8.0 / 2025-11-05

3e8b5ed47fed37518eeea54ea9a96542dff0d82ea247490d3bdc6a02d4402503  sqlite3-2.8.0-aarch64-linux-gnu.gem
9db4dfdc5c1582ab2b3d6f98017d39d3c597a50710a0438f4e2ebfba4989ab30  sqlite3-2.8.0-aarch64-linux-musl.gem
f604b44e5d4ca6b6632cad659b4bd4ebe55c38987ad411427993b42c70fd3dec  sqlite3-2.8.0-arm-linux-gnu.gem
80c4de4163fca155434a540c42fffba43bf71974f8c7645ad87d94fe1e8c15b0  sqlite3-2.8.0-arm-linux-musl.gem
841b4e37f7cb993d9bcb3dc58c8827b5df1e29d2030231155eba0ab89766efaf  sqlite3-2.8.0-arm64-darwin.gem
0fd021814689a91037d66cbd693bfcae162081b604c25266d0f18b063d2918c4  sqlite3-2.8.0-x64-mingw-ucrt.gem
8878e371e05d4570203b3c03891db441fef4095c3e30a2fe443c7defd1c5e409  sqlite3-2.8.0-x86-linux-gnu.gem
4846a6e0be10f33634f62315eed318e90952d09f975c9f73762d8ee9443f81be  sqlite3-2.8.0-x86-linux-musl.gem
ae26021cbfc7c9c819e2bad50789ab7732dc29c7c00c043ee4b6073a10b1baa2  sqlite3-2.8.0-x86_64-darwin.gem
b754409b06e447712198d59e37da0dab6fce326115657db034a94b77f67802a3  sqlite3-2.8.0-x86_64-linux-gnu.gem
9ea480326f09abfeb2001cf8d08077feaac2253baaf5ac06aa530377f4a87ddc  sqlite3-2.8.0-x86_64-linux-musl.gem
88b403fb0ec0992907ef00cfc5db8fae53d284b81f6123f20ca0f7ef85c222e1  sqlite3-2.8.0.gem
Changelog

Sourced from sqlite3's changelog.

2.8.0 / 2025-11-05

Commits
  • 4bf2ce7 version bump to v2.8.0
  • 5c22bec Merge pull request #651 from sparklemotion/dependabot/bundler/rdoc-6.15.1
  • 44ec4be doc: update CHANGELOG
  • 856b1a6 Merge pull request #652 from sparklemotion/flavorjones/dep-sqlite-3.51.0
  • 8895ea4 dep: bump vendored sqlite3 to v3.51.0
  • 5cbc1d0 build(deps-dev): update rdoc requirement from 6.14.2 to 6.15.1
  • See full diff 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 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 bootstrap_form from 5.4.0 to 5.5.0

Release notes

Sourced from bootstrap_form's releases.

v5.5.0

What's Changed

New Contributors

Full Changelog: bootstrap-ruby/bootstrap_form@v5.4.0...v5.5.0

Changelog

Sourced from bootstrap_form's changelog.

Change Log

You can find recent releases with docs in GitHub:

https://github.com/bootstrap-ruby/bootstrap_form/releases

Diffs

Older releases

The tooling to support our old way of doing the change log doesn't work anymore, and we don't have a better solution, so this change log has become unreliable since version 4.5.0. Please refer to the commit history if you need to debug changes.

[Pending Release][]

... (truncated)

Commits
  • 54bfcab Merge pull request #769 from lcreid/762-datetime-field
  • cc4f0ac Add example for date_field
  • 734b26b Merge pull request #758 from lcreid/757-wrapper-class-false
  • dccb197 RuboCop fix
  • 0b4957b Update screenshots (order changed)
  • 437a90c wrapper: { class: false } fix and tests
  • b88d6f8 Ignore ABC size and RuboCop fixes
  • 29aeedf Merge pull request #768 from lcreid/another-dont-define-rich-textarea
  • 9d23632 Check existence of rich_text_area
  • a483825 Merge pull request #767 from lcreid/dont-define-actiontext-helper
  • Additional commits viewable in compare view

Updates acts-as-taggable-on from 12.0.0 to 13.0.0

Changelog

Sourced from acts-as-taggable-on's changelog.

Changes are below categorized as follows:

  • Breaking Changes
  • Features
  • Fixes
  • Performance
  • Misc
  • Documentation

Each change should fall into categories that would affect whether the release is major (breaking changes), minor (new behavior), or patch (bug fix). See semver and pessimistic versioning.

As such, Breaking Changes are major. Features would map to either major or minor. Fixes, Performance, and Misc are either minor or patch, the difference being kind of fuzzy for the purposes of history. Adding Documentation (including tests) would be patch level.

unreleased

Commits
  • b1d7651 chore: Bump version to 13.0.0
  • f18679a feat: Remove deprecated/obsolete Unicode handling code (#1168)
  • 51a2ba4 chore: ignore MacOS files (#1169)
  • ad6dbb3 ci: Disable RSpec monkey patching / simplify RSpec config (#1164)
  • b7122b9 fix: remove useless require since everything should be loaded by zeitwerk (#1...
  • 43b6596 ci: add binstubs for rake/rspec/appraisal/guard (#1165)
  • dea3b8c ci: Improve development dependencies management (#1166)
  • e0578e0 ci: version is obsolete in docker-compose.yml (#1167)
  • 05569af feat: add Rails 8.1 to build matrix (#1161)
  • b7dbf57 README.md: Drop defunct codeclimate badge [ci skip] (#1157)
  • Additional commits viewable in compare view

Updates paper_trail from 16.0.0 to 17.0.0

Changelog

Sourced from paper_trail's changelog.

17.0.0 (2025-10-24)

Breaking Changes

  • None

Added

  • rails generate paper_trail:install now accepts an argument for custom versions table, e.g. rails generate paper_trail:install CommentVersion created comment_versions table
  • rails generate paper_trail:update_item_subtype now supports custom version classes via --version-class-name option, e.g. --version-class-name=CommentVersion

Fixed

  • None

Dependencies

  • Drop support for Rails 6.1, which [reached EoL on 2024-10-01][2]
  • Drop support for Rails 7.0, which [reached EoL on 2025-04-01][2]
  • Add support for Rails 8.1
  • Drop support for Ruby 3.0, which [reached EoL on 2024-04-23][3]
  • Drop support for Ruby 3.1, which [reached EoL on 2024-03-31][3]
Commits

Updates honeybadger from 6.1.2 to 6.1.3

Release notes

Sourced from honeybadger's releases.

v6.1.3

6.1.3 (2025-10-28)

Bug Fixes

  • replace return with next in execution blocks to prevent LocalJumpError (#745) (f49977a)
Changelog

Sourced from honeybadger's changelog.

6.1.3 (2025-10-28)

Bug Fixes

  • replace return with next in execution blocks to prevent LocalJumpError (#745) (f49977a)
Commits
  • a991880 chore(master): release 6.1.3 (#746)
  • f49977a fix: replace return with next in execution blocks to prevent LocalJumpError (...
  • See full diff in compare view

Updates paranoia from 3.0.1 to 3.1.0

Changelog

Sourced from paranoia's changelog.

3.1.0 - November 7, 2025

  • #580 Support Rails 8.0 and 8.1
  • Update activerecord dependency to '>= 7', '< 8.2'
  • Update minimum Ruby version to 3.1
  • Drop support for Rails 6.x
  • Drop support for Ruby 2.7 and 3.0
  • Add Rails 8.0 and 8.1 to CI test matrix
Commits

Updates page_title_helper from 9.1.0 to 10.0.0

Changelog

Sourced from page_title_helper's changelog.

10.0.0: Add support for Rails 8.1, drop support for Ruby 3.1 and Rails < 7.2

Added

Removed

  • Drop support for Ruby 3.1 (#219)
  • Drop support for Rails 7.0 and 7.1 (#218, #220, #228)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rails](https://github.com/rails/rails) | `8.0.3` | `8.1.1` |
| [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.7.4` | `2.8.0` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.17` | `2.0.20` |
| [jquery-rails](https://github.com/rails/jquery-rails) | `4.6.0` | `4.6.1` |
| [bootstrap_form](https://github.com/bootstrap-ruby/bootstrap_form) | `5.4.0` | `5.5.0` |
| [paper_trail](https://github.com/paper-trail-gem/paper_trail) | `16.0.0` | `17.0.0` |
| [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby) | `6.1.2` | `6.1.3` |



Updates `rails` from 8.0.3 to 8.1.1
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v8.0.3...v8.1.1)

Updates `sqlite3` from 2.7.4 to 2.8.0
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v2.7.4...v2.8.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 `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 `bootstrap_form` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/bootstrap-ruby/bootstrap_form/releases)
- [Changelog](https://github.com/bootstrap-ruby/bootstrap_form/blob/main/CHANGELOG.md)
- [Commits](bootstrap-ruby/bootstrap_form@v5.4.0...v5.5.0)

Updates `acts-as-taggable-on` from 12.0.0 to 13.0.0
- [Release notes](https://github.com/mbleigh/acts-as-taggable-on/releases)
- [Changelog](https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md)
- [Commits](mbleigh/acts-as-taggable-on@v12.0.0...v13.0.0)

Updates `paper_trail` from 16.0.0 to 17.0.0
- [Release notes](https://github.com/paper-trail-gem/paper_trail/releases)
- [Changelog](https://github.com/paper-trail-gem/paper_trail/blob/master/CHANGELOG.md)
- [Commits](paper-trail-gem/paper_trail@v16.0.0...v17.0.0)

Updates `honeybadger` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/honeybadger-io/honeybadger-ruby/releases)
- [Changelog](https://github.com/honeybadger-io/honeybadger-ruby/blob/master/CHANGELOG.md)
- [Commits](honeybadger-io/honeybadger-ruby@v6.1.2...v6.1.3)

Updates `paranoia` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/rubysherpas/paranoia/releases)
- [Changelog](https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md)
- [Commits](https://github.com/rubysherpas/paranoia/commits)

Updates `page_title_helper` from 9.1.0 to 10.0.0
- [Release notes](https://github.com/lwe/page_title_helper/releases)
- [Changelog](https://github.com/lwe/page_title_helper/blob/main/CHANGELOG.md)
- [Commits](lwe/page_title_helper@v9.1.0...v10.0.0)

---
updated-dependencies:
- dependency-name: rails
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sqlite3
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: turbo-rails
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jquery-rails
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: bootstrap_form
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: acts-as-taggable-on
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: paper_trail
  dependency-version: 17.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: honeybadger
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: paranoia
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: page_title_helper
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

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 Nov 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@cbeer cbeer merged commit cb3b3ae into master Nov 17, 2025
1 check failed
@dependabot dependabot bot deleted the dependabot/bundler/dependencies-25030cde64 branch November 17, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants