Skip to content

Commit

Permalink
deps: Drop Ruby v2.6 / Require Ruby v2.7+ (#180)
Browse files Browse the repository at this point in the history
* deps: Require Ruby v2.7+

* chore: TargetRubyVersion: 2.7
  • Loading branch information
toshimaru committed May 19, 2024
1 parent 13b935e commit 5a6f77d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
gemfile:
- gemfiles/jekyll_3.9.gemfile
- gemfiles/jekyll_4.0.gemfile
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7
NewCops: enable
Exclude:
- "*.gemspec"
Expand Down
2 changes: 1 addition & 1 deletion jekyll-toc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
end
end

spec.required_ruby_version = '>= 2.6'
spec.required_ruby_version = '>= 2.7'

spec.add_dependency 'jekyll', '>= 3.9'
spec.add_dependency 'nokogiri', '~> 1.12'
Expand Down

0 comments on commit 5a6f77d

Please sign in to comment.