Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the ruby group with 7 updates:

Package From To
katalyst-tables 3.9.0 3.10.0
rails 8.1.0 8.1.1
rake 13.3.0 13.3.1
turbo-rails 2.0.17 2.0.20
shoulda-matchers 6.5.0 7.0.1
activerecord 8.1.0 8.1.1
katalyst-govuk-formbuilder 1.22.0 1.23.0

Updates katalyst-tables from 3.9.0 to 3.10.0

Release notes

Sourced from katalyst-tables's releases.

v3.10.0

What's Changed

Full Changelog: katalyst/tables@v3.9.0...v3.10.0

Changelog

Sourced from katalyst-tables's changelog.

[3.10.0]

  • Support for Rails 8.1
Commits

Updates rails from 8.1.0 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 rake from 13.3.0 to 13.3.1

Commits
  • f0001c3 v13.3.1
  • a644c80 Merge pull request #483 from luke-gru/fix_test_warnings
  • 2465ea5 silence warnings during execution of rake tasks in Rakefile (ex: rake test)
  • df25fb1 Merge pull request #610 from pvdb/fix_testhelper_require
  • ec12ac9 Merge pull request #635 from nevans/deconstruct_keys-for-nil-keys
  • 4664a69 Merge pull request #666 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 7a0bf15 Bump ruby/setup-ruby from 1.265.0 to 1.266.0
  • b3ed789 Merge pull request #665 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 1e7ef52 Bump ruby/setup-ruby from 1.263.0 to 1.265.0
  • 77225e1 Merge pull request #664 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • 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 shoulda-matchers from 6.5.0 to 7.0.1

Release notes

Sourced from shoulda-matchers's releases.

v7.0.1

7.0.1 - 2025-10-31

Bug fixes

#1687: thoughtbot/shoulda-matchers#1687

v7.0.0

7.0.0 - 2025-10-31

Backward-incompatible changes

Bug fixes

Features

Improvements

  • Refactor Ruby manager setup, add mise integration by @​amalrik (#1674)
  • Update Ruby versions to latest stable releases by @​matsales28 (#1676, #1683)
  • Update supported Ruby versions to 3.3.10 and 3.4.7

#1667: thoughtbot/shoulda-matchers#1667 #1669: thoughtbot/shoulda-matchers#1669 #1674: thoughtbot/shoulda-matchers#1674 #1675: thoughtbot/shoulda-matchers#1675 #1676: thoughtbot/shoulda-matchers#1676 #1677: thoughtbot/shoulda-matchers#1677 #1678: thoughtbot/shoulda-matchers#1678 #1680: thoughtbot/shoulda-matchers#1680 #1682: thoughtbot/shoulda-matchers#1682 #1683: thoughtbot/shoulda-matchers#1683

Changelog

Sourced from shoulda-matchers's changelog.

7.0.1 - 2025-10-31

Bug fixes

#1687: thoughtbot/shoulda-matchers#1687

7.0.0 - 2025-10-31

Backward-incompatible changes

Bug fixes

Features

Improvements

  • Refactor Ruby manager setup, add mise integration by @​amalrik (#1674)
  • Update Ruby versions to latest stable releases by @​matsales28 (#1676, #1683)
  • Update supported Ruby versions to 3.3.10 and 3.4.7

#1667: thoughtbot/shoulda-matchers#1667 #1669: thoughtbot/shoulda-matchers#1669 #1674: thoughtbot/shoulda-matchers#1674 #1675: thoughtbot/shoulda-matchers#1675 #1676: thoughtbot/shoulda-matchers#1676 #1677: thoughtbot/shoulda-matchers#1677 #1678: thoughtbot/shoulda-matchers#1678 #1680: thoughtbot/shoulda-matchers#1680 #1682: thoughtbot/shoulda-matchers#1682 #1683: thoughtbot/shoulda-matchers#1683

Commits
  • 2a50331 bump version to 7.0.1
  • 3ae93e6 hotfix: Add mutex_m gem dependency (#1687)
  • 731aaa7 Bump version to 7.0.0
  • 9069b59 * chore: Update supported Ruby versions to 3.3.10 and 3.4.7
  • 99e3698 chore: Add Rails 8.1 support (#1682)
  • 5c79d3b chore: Drop support for Rails 7.0 (#1680)
  • 7c46150 chore: Add support for Rails 8 (#1677)
  • 49113db chore: Drop support for Rails 6.1 and older (#1678)
  • 15560c7 feat: Add service, strict_loading, and dependent options to `have_attac...
  • 024c055 chore: Update Ruby versions to latest stable releases (#1676)
  • Additional commits viewable in compare view

Updates activerecord from 8.1.0 to 8.1.1

Release notes

Sourced from activerecord'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)

Changelog

Sourced from activerecord's changelog.

Rails 8.1.1 (October 28, 2025)

  • No changes.
Commits
  • 90a1eaa Preparing for 8.1.1 release
  • fe609bf Merge pull request #50598 from lucasmazza/lm/upsert_all-skip
  • 53c4ed8 Merge pull request #55973 from rails/fix-ci
  • f77a1c3 Require 'rails' at the top of railltie files to ensure Rails is loaded first
  • 334ed8f Merge pull request #55969 from rails/fix-explain-tests-mysql-9.5
  • See full diff in compare view

Updates katalyst-govuk-formbuilder from 1.22.0 to 1.23.0

Release notes

Sourced from katalyst-govuk-formbuilder's releases.

v1.23.0

What's Changed

Full Changelog: katalyst/govuk-formbuilder@v1.22.0...v1.23.0

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 ruby group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [katalyst-tables](https://github.com/katalyst/tables) | `3.9.0` | `3.10.0` |
| [rails](https://github.com/rails/rails) | `8.1.0` | `8.1.1` |
| [rake](https://github.com/ruby/rake) | `13.3.0` | `13.3.1` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.17` | `2.0.20` |
| [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) | `6.5.0` | `7.0.1` |
| [activerecord](https://github.com/rails/rails) | `8.1.0` | `8.1.1` |
| [katalyst-govuk-formbuilder](https://github.com/katalyst/govuk-formbuilder) | `1.22.0` | `1.23.0` |


Updates `katalyst-tables` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/katalyst/tables/releases)
- [Changelog](https://github.com/katalyst/tables/blob/main/CHANGELOG.md)
- [Commits](katalyst/tables@v3.9.0...v3.10.0)

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

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

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 `shoulda-matchers` from 6.5.0 to 7.0.1
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/shoulda-matchers@v6.5.0...v7.0.1)

Updates `activerecord` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.1/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v8.1.0...v8.1.1)

Updates `katalyst-govuk-formbuilder` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/katalyst/govuk-formbuilder/releases)
- [Commits](katalyst/govuk-formbuilder@v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: katalyst-tables
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rails
  dependency-version: 8.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rake
  dependency-version: 13.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: turbo-rails
  dependency-version: 2.0.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: shoulda-matchers
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: ruby
- dependency-name: activerecord
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: katalyst-govuk-formbuilder
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby
...

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

dependabot bot commented on behalf of github Dec 1, 2025

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

@dependabot dependabot bot closed this Dec 1, 2025
@dependabot dependabot bot deleted the dependabot/bundler/ruby-7008ce3883 branch December 1, 2025 23:35
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