File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v6
1919 - uses : ruby/setup-ruby@v1
2020 with :
21- ruby-version : " 3.4 "
21+ ruby-version : " 4.0 "
2222 bundler-cache : true
2323 - run : bundle exec rake confirm_config documentation_syntax_check confirm_documentation
2424
3333 - " 3.2"
3434 - " 3.3"
3535 - " 3.4"
36+ - " 4.0"
3637 - ruby-head
3738 - jruby-9.4
3839 task :
5455 - uses : actions/checkout@v6
5556 - uses : ruby/setup-ruby@v1
5657 with :
57- ruby-version : " 3.4 "
58+ ruby-version : " 4.0 "
5859 bundler-cache : true
5960 - run : bundle exec rake spec
6061
7374 echo "gem 'rubocop', github: 'rubocop/rubocop'" > Gemfile.local
7475 - uses : ruby/setup-ruby@v1
7576 with :
76- ruby-version : " 3.4 "
77+ ruby-version : " 4.0 "
7778 bundler-cache : true
7879 - run : NO_COVERAGE=true bundle exec rake ${{ matrix.task }}
7980
9394 echo "gem 'rubocop-rspec', github: 'rubocop/rubocop-rspec'" > Gemfile.local
9495 - uses : ruby/setup-ruby@v1
9596 with :
96- ruby-version : " 3.4 "
97+ ruby-version : " 4.0 "
9798 bundler-cache : true
9899 - run : NO_COVERAGE=true bundle exec rake ${{ matrix.task }}
99100
@@ -114,6 +115,6 @@ jobs:
114115 EOF
115116 - uses : ruby/setup-ruby@v1
116117 with :
117- ruby-version : " 3.4 "
118+ ruby-version : " 4.0 "
118119 bundler-cache : true
119120 - run : NO_COVERAGE=true bundle exec rake spec
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ source 'https://rubygems.org'
55gemspec
66
77gem 'bump'
8+ gem 'irb' # undeclared dependency of yard
89gem 'rack'
910gem 'rake'
1011gem 'rspec' , '~> 3.11'
You can’t perform that action at this time.
0 commit comments