Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Bumps rails from 7.0.8.7 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

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rails](https://github.com/rails/rails) from 7.0.8.7 to 8.1.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.0.8.7...v8.1.1)

---
updated-dependencies:
- dependency-name: rails
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Oct 29, 2025
@tuanle03 tuanle03 requested a review from Copilot November 12, 2025 10:46
Copilot finished reviewing on behalf of tuanle03 November 12, 2025 10:48
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR upgrades Rails from version 7.0.8.7 to 8.1.1, a major version update that brings the application up to the latest Rails release. This is an automated Dependabot PR that updates all Rails-related dependencies and their transitive dependencies.

Key Changes:

  • Rails framework upgraded from 7.0.8.7 to 8.1.1
  • Rack upgraded from 2.2.x to 3.2.3 (major version change)
  • New explicit dependencies added for Ruby stdlib gems (base64, bigdecimal, drb, json, logger, securerandom, uri)
  • New Rails 8 dependencies: rack-session, rackup, action_text-trix, useragent, tsort

Reviewed Changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
Gemfile Updates Rails version constraint from ~> 7.0.8 to ~> 8.1.1
Gemfile.lock Reflects all transitive dependency updates for Rails 8.1.1 and associated gems, including Rack 3.x upgrade and new Ruby stdlib dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tuanle03
Copy link
Owner

@copilot help me to fix unit tests for this PR

Copy link
Contributor

Copilot AI commented Nov 12, 2025

@tuanle03 I've opened a new pull request, #363, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 3 commits November 12, 2025 11:08
- Updated Ruby version from 3.2.0 to 3.2.3 in Gemfile
- Upgraded sqlite3 from ~> 1.7 to >= 2.1 (required by Rails 8.1.1)
- Fixed serialize syntax in User model for Rails 8 compatibility
- Fixed enum syntax in Post model for Rails 8 compatibility
- Added monkey patch in boot.rb to prevent FrozenError with autoload_paths
- Updated application.rb with Rails 8 compatibility settings

All 97 tests now passing successfully.

Co-authored-by: tuanle03 <66480375+tuanle03@users.noreply.github.com>
The CI environment uses Ruby 3.2.0, not 3.2.3. Reverting to match CI configuration.

Co-authored-by: tuanle03 <66480375+tuanle03@users.noreply.github.com>
Fix Rails 8.1.1 compatibility for unit tests
@tuanle03 tuanle03 merged commit 85ab501 into main Nov 13, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/rails-8.1.1 branch November 13, 2025 02:55
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