Skip to content

Commit 07af836

Browse files
justin808claude
andcommitted
Add debug step to show Gemfile.lock diff
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9180073 commit 07af836

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- run: yarn
5252
- run: bundle exec rake react:update
5353
- run: bundle exec rake ujs:update
54+
- name: Show Gemfile.lock diff
55+
if: always()
56+
run: git diff Gemfile.lock || true
5457
- run: ./check_for_uncommitted_files.sh
5558

5659
test:

0 commit comments

Comments
 (0)