Skip to content

Commit 538f5b6

Browse files
justin808claude
andcommitted
Use bundler 2.4.9 for rake commands
Explicitly use bundler 2.4.9 for bundle exec rake commands to ensure compatibility with the lockfile's BUNDLED WITH version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 87a2072 commit 538f5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Restore Gemfile.lock if modified by bundle install
5252
run: git checkout Gemfile.lock
5353
- run: yarn
54-
- run: bundle exec rake react:update
55-
- run: bundle exec rake ujs:update
54+
- run: bundle _2.4.9_ exec rake react:update
55+
- run: bundle _2.4.9_ exec rake ujs:update
5656
- run: ./check_for_uncommitted_files.sh
5757

5858
test:

0 commit comments

Comments
 (0)