Skip to content

Commit

Permalink
Merge pull request mmistakes#348 from PierrickMartos/master
Browse files Browse the repository at this point in the history
Remove constraint with jekyll 4.1.0
  • Loading branch information
pmarsceill committed Jun 26, 2020
2 parents 45af827 + 53a5feb commit 5def3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions just-the-docs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|bin|_layouts|_includes|lib|Rakefile|_sass|LICENSE|README)}i) }
spec.executables << 'just-the-docs'

spec.add_development_dependency "bundler", "~> 2.1.4"
spec.add_runtime_dependency "jekyll", ">= 3.8.5", "< 4.1.0"
spec.add_runtime_dependency "jekyll", ">= 3.8.5"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.0"
spec.add_runtime_dependency "rake", ">= 12.3.1", "< 13.1.0"

Expand Down

0 comments on commit 5def3ae

Please sign in to comment.