Skip to content

Commit

Permalink
Specify a required Ruby version
Browse files Browse the repository at this point in the history
This matches the required Ruby version specified in Ed's required
version of Jekyll (3.6+).
  • Loading branch information
karlstolley committed Sep 19, 2019
1 parent 12044ab commit 735c7d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ed..gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Gem::Specification.new do |spec|
spec.homepage = "http://minicomp.github.io/ed/"
spec.license = "MIT"

spec.required_ruby_version = ">= 2.1.0"

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) }

spec.add_runtime_dependency "jekyll", "~> 3.6"
Expand Down

0 comments on commit 735c7d5

Please sign in to comment.