File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments