File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up Ruby
20
20
uses : ruby/setup-ruby@v1
21
21
with :
22
- ruby-version : 2.7 .4
22
+ ruby-version : 3.3 .4
23
23
bundler-cache : true
24
24
25
25
- name : Run tests
Original file line number Diff line number Diff line change 1
1
AllCops :
2
2
NewCops : enable
3
- TargetRubyVersion : 2.7
3
+ TargetRubyVersion : 3.3
4
4
Exclude :
5
5
- _site/**/*
6
6
- vendor/**/*
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ rows << :separator
58
58
eligible = !current && spdx && approved_licenses . include? ( license )
59
59
rows << [ 'Eligible' , eligible ]
60
60
61
- puts Terminal ::Table . new title : "License: #{ license } " , rows : rows
61
+ puts Terminal ::Table . new title : "License: #{ license } " , rows :
62
62
puts
63
63
puts "Code search: https://github.com/search?q=#{ license } +filename%3ALICENSE&type=Code"
64
64
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def licenses_path
27
27
def config
28
28
SpecHelper . config ||= begin
29
29
config = Jekyll ::Configuration . new . read_config_file config_file
30
- config = Jekyll ::Utils . deep_merge_hashes ( config , source : source )
30
+ config = Jekyll ::Utils . deep_merge_hashes ( config , source :)
31
31
Jekyll ::Utils . deep_merge_hashes ( Jekyll ::Configuration ::DEFAULTS , config )
32
32
end
33
33
end
You can’t perform that action at this time.
0 commit comments