Skip to content

Commit 8a6667e

Browse files
deivid-rodriguezeregon
authored andcommitted
Reenable fixed RubyGems test
Use the same Ruby as the previous test, since it's very related, but use a newer RubyGems to force the upgrade case.
1 parent 03b78bd commit 8a6667e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,17 +186,16 @@ jobs:
186186
- run: gem --version | grep -F "3.3.3"
187187

188188
testUseBundlerFromRubyGemsUpdate:
189-
if: false # https://github.com/ruby/setup-ruby/issues/405
190189
name: "Test rubygems: version uses the Bundler installed by the rubygems update"
191190
runs-on: ubuntu-latest
192191
steps:
193192
- uses: actions/checkout@v3
194193
- uses: ./
195194
with:
196-
ruby-version: '2.2'
197-
rubygems: 2.7.11
198-
- run: gem --version | grep -F "2.7.11"
199-
- run: bundle --version | grep -F "1.16.6"
195+
ruby-version: '3.1.0'
196+
rubygems: 3.4.0
197+
- run: gem --version | grep -F "3.4.0"
198+
- run: bundle --version | grep -F "2.4.0"
200199

201200
testFixedBundlerVersionForOldRuby:
202201
name: "Test bundler: 1.x for old Ruby"

0 commit comments

Comments
 (0)