Skip to content

Commit

Permalink
Reenable fixed RubyGems test
Browse files Browse the repository at this point in the history
Use the same Ruby as the previous test, since it's very related, but
use a newer RubyGems to force the upgrade case.
  • Loading branch information
deivid-rodriguez authored and eregon committed Dec 26, 2022
1 parent 03b78bd commit 8a6667e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -186,17 +186,16 @@ jobs:
- run: gem --version | grep -F "3.3.3"

testUseBundlerFromRubyGemsUpdate:
if: false # https://github.com/ruby/setup-ruby/issues/405
name: "Test rubygems: version uses the Bundler installed by the rubygems update"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
ruby-version: '2.2'
rubygems: 2.7.11
- run: gem --version | grep -F "2.7.11"
- run: bundle --version | grep -F "1.16.6"
ruby-version: '3.1.0'
rubygems: 3.4.0
- run: gem --version | grep -F "3.4.0"
- run: bundle --version | grep -F "2.4.0"

testFixedBundlerVersionForOldRuby:
name: "Test bundler: 1.x for old Ruby"
Expand Down

0 comments on commit 8a6667e

Please sign in to comment.