We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b0970 commit c3d18cbCopy full SHA for c3d18cb
.rubocop.yml
@@ -1,5 +1,5 @@
1
AllCops:
2
- TargetRubyVersion: 2.4
+ TargetRubyVersion: 2.5
3
NewCops: enable
4
Exclude:
5
- "*.gemspec"
jekyll-toc.gemspec
@@ -17,8 +17,8 @@ Gem::Specification.new do |spec|
17
spec.test_files = spec.files.grep(%r{^(test|spec)/})
18
spec.require_paths = ['lib']
19
20
- spec.required_ruby_version = '>= 2.4'
+ spec.required_ruby_version = '>= 2.5'
21
22
spec.add_dependency 'jekyll', '>= 3.9'
23
- spec.add_dependency 'nokogiri', '~> 1.10'
+ spec.add_dependency 'nokogiri', '~> 1.11'
24
end
0 commit comments