File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 fail-fast : false
1919 matrix :
2020 ruby_version :
21- - 2.5
22- - 2.7
23- - 3.0
21+ - " 2.7 "
22+ - " 3.0 "
23+ - " 3.3 "
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v4
2626 with :
2727 fetch-depth : 5
2828 - name : " Set up Ruby ${{ matrix.ruby_version }}"
@@ -41,20 +41,20 @@ jobs:
4141
4242 ghp :
4343 if : " !contains(github.event.commits[0].message, '[ci skip]')"
44- name : Ruby 2.7 with GitHub Pages Gem
44+ name : Ruby 3.3 with GitHub Pages Gem
4545 runs-on : ' ubuntu-latest'
4646 env :
4747 GH_PAGES : true
4848 strategy :
4949 fail-fast : false
5050 steps :
51- - uses : actions/checkout@v2
51+ - uses : actions/checkout@v4
5252 with :
5353 fetch-depth : 5
54- - name : " Set up Ruby 2.7 "
54+ - name : " Set up Ruby 3.3 "
5555 uses : ruby/setup-ruby@v1
5656 with :
57- ruby-version : 2.7
57+ ruby-version : 3.3
5858 bundler-cache : true
5959 - name : Execute tests
6060 run : bash script/test
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ Performance/RedundantEqualityComparisonBlock:
3030Performance/RedundantSplitRegexpArgument :
3131 Enabled : true
3232
33+ Style/ConcatArrayLiterals :
34+ Exclude :
35+ - ' jekyll-redirect-from.gemspec'
3336Style/InPatternThen :
3437 Enabled : false
3538Style/MultilineInPatternThen :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
2121 spec . add_development_dependency "bundler"
2222 spec . add_development_dependency "jekyll-sitemap" , "~> 1.0"
23- spec . add_development_dependency "rake" , "~> 12 .0"
23+ spec . add_development_dependency "rake" , "~> 13 .0"
2424 spec . add_development_dependency "rspec" , "~> 3.5"
25- spec . add_development_dependency "rubocop-jekyll" , "~> 0.12 .0"
25+ spec . add_development_dependency "rubocop-jekyll" , "~> 0.13 .0"
2626end
You can’t perform that action at this time.
0 commit comments