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:
2
2
jekyll : .rubocop.yml
3
3
4
4
AllCops :
5
- TargetRubyVersion : 2.1
5
+ TargetRubyVersion : 2.3
6
6
Exclude :
7
7
- vendor/**/*
8
8
- spec/*.rb
Original file line number Diff line number Diff line change 10
10
- 2.5
11
11
- 2.4
12
12
- 2.3
13
- - 2.2
14
13
env :
15
14
- " "
16
- - JEKYLL_VERSION=3.7 .0
15
+ - JEKYLL_VERSION=3.8 .0
17
16
matrix :
18
17
include :
19
18
- # GitHub Pages
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
spec . homepage = "https://github.com/jekyll/jekyll-gist"
15
15
spec . license = "MIT"
16
16
17
- spec . required_ruby_version = ">= 2.1 "
17
+ spec . required_ruby_version = ">= 2.3.0 "
18
18
19
19
spec . files = `git ls-files -z` . split ( "\x0 " )
20
20
spec . executables = spec . files . grep ( %r!^bin/! ) { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments