File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ inherit_gem:
55 rubocop-jekyll : .rubocop.yml
66
77AllCops :
8- TargetRubyVersion : 2.3
8+ TargetRubyVersion : 2.4
99 Exclude :
1010 - vendor/**/*
1111
@@ -14,6 +14,6 @@ Layout/LineLength:
1414 - spec/**/*
1515 - jekyll-seo-tag.gemspec
1616
17- Layout /BlockLength :
17+ Metrics /BlockLength :
1818 Exclude :
1919 - spec/**/*
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ Gem::Specification.new do |spec|
1919 raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
2020 end
2121
22- spec . required_ruby_version = ">= 2.3 .0"
22+ spec . required_ruby_version = ">= 2.4 .0"
2323
2424 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r!^(test|spec|features)/! ) }
2525 spec . bindir = "exe"
2626 spec . executables = spec . files . grep ( %r!^exe/! ) { |f | File . basename ( f ) }
2727 spec . require_paths = [ "lib" ]
2828
29- spec . add_dependency "jekyll" , ">= 3.3 " , "< 5.0"
29+ spec . add_dependency "jekyll" , ">= 3.8 " , "< 5.0"
3030 spec . add_development_dependency "bundler" , ">= 1.15"
3131 spec . add_development_dependency "html-proofer" , "~> 3.7"
3232 spec . add_development_dependency "rspec" , "~> 3.5"
You can’t perform that action at this time.
0 commit comments