mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Update exact Bundler version test
* So that we test it does not pick the next patch version (2.2.4). * See https://github.com/ruby/setup-ruby/issues/138
This commit is contained in:
@@ -108,8 +108,8 @@ jobs:
|
||||
- uses: ./
|
||||
with:
|
||||
ruby-version: 2.6
|
||||
bundler: 2.1.4
|
||||
- run: bundle --version | grep -F "Bundler version 2.1.4"
|
||||
bundler: 2.2.3
|
||||
- run: bundle --version | grep -F "Bundler version 2.2.3"
|
||||
|
||||
testDependencyOnBundler1:
|
||||
name: "Test gemfile depending on Bundler 1"
|
||||
|
||||
Reference in New Issue
Block a user