From 71afb627d3262a39f08aebc1ae12ec1955a04d3f Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Thu, 23 Apr 2020 15:00:50 -0400 Subject: [PATCH] Update just-the-docs.gemspec --- just-the-docs.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/just-the-docs.gemspec b/just-the-docs.gemspec index 438221c..fe2821b 100644 --- a/just-the-docs.gemspec +++ b/just-the-docs.gemspec @@ -12,10 +12,10 @@ 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_runtime_dependency "bundler", "~> 2.1.4" 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" - spec.add_development_dependency "bundler", "~> 2.1.4" end