Skip to content

Commit 02421f4

Browse files
committed
Require Ruby 2.3
1 parent d7bf202 commit 02421f4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ inherit_gem:
22
jekyll: .rubocop.yml
33

44
AllCops:
5-
TargetRubyVersion: 2.1
5+
TargetRubyVersion: 2.3
66
Exclude:
77
- vendor/**/*
88
- spec/*.rb

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ rvm:
1010
- 2.5
1111
- 2.4
1212
- 2.3
13-
- 2.2
1413
env:
1514
- ""
16-
- JEKYLL_VERSION=3.7.0
15+
- JEKYLL_VERSION=3.8.0
1716
matrix:
1817
include:
1918
- # GitHub Pages

jekyll-gist.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) }

0 commit comments

Comments
 (0)