Skip to content

Commit 418c5d5

Browse files
ndbroadbentclaude
andcommitted
Remove .ruby-version in Rails Main workflow
The Gemfile reads Ruby version from .ruby-version, causing version mismatch when testing with Ruby 4.0.1. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 903067b commit 418c5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rails-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- name: Remove Gemfile.lock for variable Ruby/Rails versions
16-
run: rm -f Gemfile.lock
15+
- name: Remove Gemfile.lock and .ruby-version for variable Ruby versions
16+
run: rm -f Gemfile.lock .ruby-version
1717

1818
- name: Setup Ruby 4.0.1
1919
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)