File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v5
1919 - uses : ruby/setup-ruby@v1
2020 with :
21- ruby-version : " 3.4"
2221 bundler-cache : true
2322 - run : bundle exec rake confirm_config documentation_syntax_check confirm_documentation
2423
5453 - uses : actions/checkout@v5
5554 - uses : ruby/setup-ruby@v1
5655 with :
57- ruby-version : " 3.4"
5856 bundler-cache : true
5957 - run : bundle exec rake spec
6058
7472 cat Gemfile.local
7573 - uses : ruby/setup-ruby@v1
7674 with :
77- ruby-version : " 3.4"
7875 bundler-cache : true
7976 - name : Show RuboCop version
8077 run : grep '^ rubocop' Gemfile.lock | sort
9693 cat Gemfile.local
9794 - uses : ruby/setup-ruby@v1
9895 with :
99- ruby-version : " 3.4"
10096 bundler-cache : true
10197 - name : Show RuboCop version
10298 run : grep '^ rubocop' Gemfile.lock | sort
@@ -119,7 +115,6 @@ jobs:
119115 EOF
120116 - uses : ruby/setup-ruby@v1
121117 with :
122- ruby-version : " 3.4"
123118 bundler-cache : true
124119 - run : NO_COVERAGE=true bundle exec rake spec
125120
Original file line number Diff line number Diff line change 1616/vendor
1717
1818.ruby-gemset
19- .ruby-version
2019
2120# simplecov generated
2221coverage
Original file line number Diff line number Diff line change 1+ 3.4.7
You can’t perform that action at this time.
0 commit comments