Skip to content

Commit d6e257b

Browse files
justin808claude
andcommitted
Revert check_react_and_ujs to Ruby 2.7
The lockfiles are compatible with Ruby 2.7 but not Ruby 3.3 (nokogiri version conflicts). Revert to Ruby 2.7 to match main branch behavior. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 538f5b6 commit d6e257b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
ruby: ['3.3']
21+
ruby: ['2.7']
2222
runs-on: ubuntu-latest
2323
env:
2424
PACKAGE_JSON_FALLBACK_MANAGER: yarn_classic

0 commit comments

Comments
 (0)