File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
- uses : actions/checkout@v2
58
58
- uses : ruby/setup-ruby@v1
59
59
with :
60
- bundler : ${{ matrix.bundler || 2 }}
60
+ bundler : ${{ matrix.bundler || '2.2.22' }}
61
61
ruby-version : ${{ matrix.ruby }}
62
62
- run : script/update_rubygems_and_install_bundler
63
63
- run : script/clone_all_rspec_repos
@@ -123,7 +123,7 @@ jobs:
123
123
- uses : actions/checkout@v2
124
124
- uses : ruby/setup-ruby@v1
125
125
with :
126
- bundler : 2
126
+ bundler : ' 2.2.22 '
127
127
ruby-version : ${{ matrix.ruby }}
128
128
bundler-cache : true
129
129
- run : cinst ansicon
Original file line number Diff line number Diff line change 3
3
source script/functions.sh
4
4
5
5
if is_ruby_23_plus; then
6
- yes | gem update --system
7
- yes | gem install bundler
6
+ yes | gem update --system ' 3.2.22 '
7
+ yes | gem install bundler -v ' 2.2.22 '
8
8
else
9
9
echo " Warning installing older versions of Rubygems / Bundler"
10
10
gem update --system ' 2.7.8'
You can’t perform that action at this time.
0 commit comments