File tree Expand file tree Collapse file tree 7 files changed +46
-9
lines changed Expand file tree Collapse file tree 7 files changed +46
-9
lines changed Original file line number Diff line number Diff line change 5555 # NOTE: This does not use the main Gemfile at all.
5656 - name : Bundle install for Appraisal ${{ matrix.appraisal }}
5757 run : bundle
58- - name : Overwrite Appraisals
59- run : |
60- cat <<EOF > Appraisals
61- # frozen_string_literal: true
62- appraise "ruby-2-2" do
63- gem "mutex_m", "~> 0.2"
64- gem "stringio", "~> 3.0"
65- end
66- EOF
6758 - name : Install Appraisal ${{ matrix.appraisal }} dependencies
6859 run : bundle exec appraisal ${{ matrix.appraisal }} bundle
6960 - name : Run ${{ matrix.appraisal }} tests via ${{ matrix.exec_cmd }}
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3+ appraise "ruby-2-2" do
4+ gem "mutex_m" , "~> 0.2"
5+ gem "stringio" , "~> 3.0"
6+ remove_gem "appraisal" # only present because it must be in the gemfile because we target a git branch
7+ end
8+
39appraise "ruby-2-3" do
410 gem "mutex_m" , "~> 0.2"
511 gem "stringio" , "~> 3.0"
Original file line number Diff line number Diff line change 1+ # This file was generated by Appraisal
2+
3+ source "https://rubygems.org"
4+
5+ gem "mutex_m", "~> 0.2"
6+ gem "stringio", "~> 3.0"
7+
8+ gemspec path: "../"
Original file line number Diff line number Diff line change 1+ # This file was generated by Appraisal
2+
3+ source "https://rubygems.org"
4+
5+ gem "mutex_m", "~> 0.2"
6+ gem "stringio", "~> 3.0"
7+
8+ gemspec path: "../"
Original file line number Diff line number Diff line change 1+ # This file was generated by Appraisal
2+
3+ source "https://rubygems.org"
4+
5+ gem "mutex_m", "~> 0.2"
6+ gem "stringio", "~> 3.0"
7+
8+ gemspec path: "../"
Original file line number Diff line number Diff line change 1+ # This file was generated by Appraisal
2+
3+ source "https://rubygems.org"
4+
5+ gem "mutex_m", "~> 0.2"
6+ gem "stringio", "~> 3.0"
7+
8+ gemspec path: "../"
Original file line number Diff line number Diff line change 1+ # This file was generated by Appraisal
2+
3+ source "https://rubygems.org"
4+
5+ gem "mutex_m", "~> 0.2"
6+ gem "stringio", "~> 3.0"
7+
8+ gemspec path: "../"
You can’t perform that action at this time.
0 commit comments