Skip to content

Commit 5a6f77d

Browse files
authored
deps: Drop Ruby v2.6 / Require Ruby v2.7+ (#180)
* deps: Require Ruby v2.7+ * chore: TargetRubyVersion: 2.7
1 parent 13b935e commit 5a6f77d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
13+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
1414
gemfile:
1515
- gemfiles/jekyll_3.9.gemfile
1616
- gemfiles/jekyll_4.0.gemfile

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 2.6
2+
TargetRubyVersion: 2.7
33
NewCops: enable
44
Exclude:
55
- "*.gemspec"

jekyll-toc.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
end
2727
end
2828

29-
spec.required_ruby_version = '>= 2.6'
29+
spec.required_ruby_version = '>= 2.7'
3030

3131
spec.add_dependency 'jekyll', '>= 3.9'
3232
spec.add_dependency 'nokogiri', '~> 1.12'

0 commit comments

Comments
 (0)