File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : ruby/setup-ruby@v1
1818 with :
1919 ruby-version : ${{ matrix.rubyversion }}
20- rubygems : ' 3.6 .0'
20+ rubygems : ' 3.3 .0'
2121 bundler-cache : true
2222 - name : Install Dependencies
2323 run : make install
3636 - uses : ruby/setup-ruby@v1
3737 with :
3838 ruby-version : ' 3.4'
39- rubygems : ' 3.6 .0'
39+ rubygems : ' 3.3 .0'
4040 bundler-cache : true
4141 - name : Install Dependencies
4242 run : make install
5252 - uses : ruby/setup-ruby@v1
5353 with :
5454 ruby-version : ' 3.4'
55- rubygems : ' 3.6 .0'
55+ rubygems : ' 3.3 .0'
5656 bundler-cache : true
5757 - name : Install Dependencies
5858 run : make install
Original file line number Diff line number Diff line change 1313 - uses : ruby/setup-ruby@v1
1414 with :
1515 ruby-version : ' 3.4'
16- rubygems : ' 3.6 .0'
16+ rubygems : ' 3.3 .0'
1717 bundler-cache : true
1818 - name : Build Package
1919 run : make install build
You can’t perform that action at this time.
0 commit comments