Skip to content

Upgrade Rails to 8.1.3#1380

Merged
santib merged 1 commit intomainfrom
copilot/upgrade-rails-version
Apr 24, 2026
Merged

Upgrade Rails to 8.1.3#1380
santib merged 1 commit intomainfrom
copilot/upgrade-rails-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 24, 2026

Updates the app from Rails 8.1.2 to the latest 8.1 patch/security release, 8.1.3. This refreshes the Rails framework version constraint and the locked Rails component versions without changing the JS dependency surface.

  • Dependency update

    • Bumped the Rails gem constraint in Gemfile from ~> 8.1.2 to ~> 8.1.3
    • Updated Gemfile.lock so all Rails framework gems resolve to 8.1.3 (actionpack, activerecord, railties, etc.)
  • Package manifest review

    • Reviewed package.json for a Rails-specific version pin
    • No change was needed there because Rails is not versioned through the Node manifest in this repo
  • Documentation

    • Updated the README’s framework version reference from Rails 8.0 to Rails 8.1 to match the current app baseline
# Gemfile
-gem 'rails', '~> 8.1.2'
+gem 'rails', '~> 8.1.3'

Agent-Logs-Url: https://github.com/rootstrap/rails_api_base/sessions/f4ba8c24-0fd5-4c85-b386-49139baae503

Co-authored-by: santib <6373536+santib@users.noreply.github.com>
@sonarqubecloud
Copy link
Copy Markdown

@santib santib merged commit 230ecf4 into main Apr 24, 2026
5 checks passed
@santib santib deleted the copilot/upgrade-rails-version branch April 24, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants