Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add Ruby 4.0 support#291

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/update-support-ruby-4-0
Draft

Add Ruby 4.0 support#291
Copilot wants to merge 2 commits into
masterfrom
copilot/update-support-ruby-4-0

Conversation

Copilot AI commented Apr 21, 2026

Copy link
Copy Markdown

Update runtime, CI, and tooling configuration to support Ruby 4.0 (latest stable: 4.0.2).

Codebase was already compatible — all files use # frozen_string_literal: true, so Ruby 4.0's default-frozen string literals require no code changes.

  • .ruby-version: 3.4.14.0.2
  • Dockerfile: ruby:3.3ruby:4.0 base image
  • .rubocop.yml: TargetRubyVersion 3.14.0
  • CI matrix: Added "4.0" alongside existing 3.13.4
  • .gitignore: Added .bundle/

Copilot AI and others added 2 commits April 20, 2026 11:39
- Update .ruby-version to 4.0.2
- Update Dockerfile to use ruby:4.0 base image
- Update .rubocop.yml TargetRubyVersion to 4.0
- Add Ruby 4.0 to CI test matrix

Agent-Logs-Url: https://github.com/simplybusiness/version-forget-me-not/sessions/7d10c432-4159-44fa-85b2-ec7f6e24af2d

Co-authored-by: addersuk <[email protected]>
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