Skip to content

Commit 735c7d5

Browse files
committed
Specify a required Ruby version
This matches the required Ruby version specified in Ed's required version of Jekyll (3.6+).
1 parent 12044ab commit 735c7d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ed..gemspec

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Gem::Specification.new do |spec|
1111
spec.homepage = "http://minicomp.github.io/ed/"
1212
spec.license = "MIT"
1313

14+
spec.required_ruby_version = ">= 2.1.0"
15+
1416
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(404|assets|optional|_layouts|_includes|_sass|_texts|index|search|about|credits|documentation|atom|Gemfile|LICENSE|README)}i) }
1517

1618
spec.add_runtime_dependency "jekyll", "~> 3.6"

0 commit comments

Comments
 (0)