Skip to content

Commit 683ac98

Browse files
committed
Require Ruby 2.0 or greater now.
1 parent fd5b2fd commit 683ac98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jekyll-gist.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Gem::Specification.new do |spec|
1212
spec.homepage = "https://github.com/jekyll/jekyll-gist"
1313
spec.license = "MIT"
1414

15+
spec.required_ruby_version = '>= 2.0'
16+
1517
spec.files = `git ls-files -z`.split("\x0")
1618
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1719
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)