Skip to content

Commit 22ba97a

Browse files
committed
fix: let ruby/setup-ruby auto-detect bundler version from Gemfile.lock
- Removed hardcoded bundler version - setup-ruby will read BUNDLED WITH from Gemfile.lock automatically - This keeps bundler version in sync with Gemfile.lock
1 parent bc928ac commit 22ba97a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-ruby.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ jobs:
145145
uses: ruby/setup-ruby@v1
146146
with:
147147
ruby-version: "3.2"
148-
bundler: "4.0.3"
149148
bundler-cache: false
150149
working-directory: packages/ruby
151150

@@ -545,7 +544,6 @@ jobs:
545544
uses: ruby/setup-ruby@v1
546545
with:
547546
ruby-version: "3.2"
548-
bundler: "4.0.3"
549547
bundler-cache: false
550548
working-directory: packages/ruby
551549

0 commit comments

Comments
 (0)