File tree 3 files changed +13
-10
lines changed
3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
fail-fast : false
19
19
matrix :
20
20
ruby_version :
21
- - 2.5
22
- - 2.7
23
- - 3.0
21
+ - " 2.7 "
22
+ - " 3.0 "
23
+ - " 3.3 "
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 5
28
28
- name : " Set up Ruby ${{ matrix.ruby_version }}"
@@ -41,20 +41,20 @@ jobs:
41
41
42
42
ghp :
43
43
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
45
45
runs-on : ' ubuntu-latest'
46
46
env :
47
47
GH_PAGES : true
48
48
strategy :
49
49
fail-fast : false
50
50
steps :
51
- - uses : actions/checkout@v2
51
+ - uses : actions/checkout@v4
52
52
with :
53
53
fetch-depth : 5
54
- - name : " Set up Ruby 2.7 "
54
+ - name : " Set up Ruby 3.3 "
55
55
uses : ruby/setup-ruby@v1
56
56
with :
57
- ruby-version : 2.7
57
+ ruby-version : 3.3
58
58
bundler-cache : true
59
59
- name : Execute tests
60
60
run : bash script/test
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ Performance/RedundantEqualityComparisonBlock:
30
30
Performance/RedundantSplitRegexpArgument :
31
31
Enabled : true
32
32
33
+ Style/ConcatArrayLiterals :
34
+ Exclude :
35
+ - ' jekyll-redirect-from.gemspec'
33
36
Style/InPatternThen :
34
37
Enabled : false
35
38
Style/MultilineInPatternThen :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
21
21
spec . add_development_dependency "bundler"
22
22
spec . add_development_dependency "jekyll-sitemap" , "~> 1.0"
23
- spec . add_development_dependency "rake" , "~> 12 .0"
23
+ spec . add_development_dependency "rake" , "~> 13 .0"
24
24
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"
26
26
end
You can’t perform that action at this time.
0 commit comments