File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ inherit_gem:
22 jekyll : .rubocop.yml
33
44AllCops :
5- TargetRubyVersion : 2.1
5+ TargetRubyVersion : 2.3
66 Exclude :
77 - vendor/**/*
88 - spec/*.rb
Original file line number Diff line number Diff line change 1010 - 2.5
1111 - 2.4
1212 - 2.3
13- - 2.2
1413env :
1514 - " "
16- - JEKYLL_VERSION=3.7 .0
15+ - JEKYLL_VERSION=3.8 .0
1716matrix :
1817 include :
1918 - # GitHub Pages
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414 spec . homepage = "https://github.com/jekyll/jekyll-gist"
1515 spec . license = "MIT"
1616
17- spec . required_ruby_version = ">= 2.1 "
17+ spec . required_ruby_version = ">= 2.3.0 "
1818
1919 spec . files = `git ls-files -z` . split ( "\x0 " )
2020 spec . executables = spec . files . grep ( %r!^bin/! ) { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments