1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-01 15:15:34 +00:00

Make Rake a runtime dep

This commit is contained in:
Patrick Marsceill 2018-10-24 12:56:33 -04:00
parent 6c05ef8b9d
commit b64368873c
No known key found for this signature in database
GPG Key ID: 286B93882D828F40

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "just-the-docs"
spec.version = "0.1.3"
spec.version = "0.1.4"
spec.authors = ["Patrick Marsceill"]
spec.email = ["patrick.marsceill@gmail.com"]
@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.executables << 'just-the-docs'
spec.add_runtime_dependency "jekyll", "~> 3.3"
spec.add_runtime_dependency "rake", "~> 10.0"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
end