File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,13 @@ jobs:
22
22
with :
23
23
ruby-version : ${{ matrix.ruby }}
24
24
bundler-cache : true
25
+ - run : |
26
+ gem update --system 3.2.3
27
+ gem install bundler -v 2.3.27
28
+ bundle add concurrent-ruby --version 1.3.4
29
+ if: matrix.ruby == '2.5' || matrix.ruby == '2.6'
25
30
- run : gem update --system
26
- if : matrix.ruby != '2.5' && matrix.ruby != '2.6' && matrix.ruby != '2.7'
27
- - run : gem update --system 3.2.3
28
- if : matrix.ruby == '2.6'
31
+ if : matrix.ruby != '2.5' && matrix.ruby != '2.6' && matrix.ruby != '2.7' && matrix.ruby != '3.0'
29
32
- run : bundle exec rake
30
33
- run : bundle exec rake
31
34
env :
Original file line number Diff line number Diff line change @@ -22,10 +22,13 @@ jobs:
22
22
with :
23
23
ruby-version : ${{ matrix.ruby }}
24
24
bundler-cache : true
25
+ - run : |
26
+ gem update --system 3.2.3
27
+ gem install bundler -v 2.3.27
28
+ bundle add concurrent-ruby --version 1.3.4
29
+ if: matrix.ruby == '2.5' || matrix.ruby == '2.6'
25
30
- run : gem update --system
26
- if : matrix.ruby != '2.5' && matrix.ruby != '2.6' && matrix.ruby != '2.7'
27
- - run : gem update --system 3.2.3
28
- if : matrix.ruby == '2.6'
31
+ if : matrix.ruby != '2.5' && matrix.ruby != '2.6' && matrix.ruby != '2.7' && matrix.ruby != '3.0'
29
32
- run : bundle exec rake
30
33
- run : bundle exec rake
31
34
env :
You can’t perform that action at this time.
0 commit comments