projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc00a1
)
gemfile: add json requirement.
author
Karl Palsson
<karlp@etactica.com>
Thu, 25 Aug 2016 10:00:00 +0000
(10:00 +0000)
committer
Jo-Philipp Wich
<jo@mein.io>
Fri, 26 Aug 2016 10:44:15 +0000
(12:44 +0200)
Couldn't ever get it to run on fedora without this.
Fixes github issue #35
See http://stackoverflow.com/a/
36819950
/600217 for details.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Gemfile
patch
|
blob
|
history
diff --git
a/Gemfile
b/Gemfile
index abef254b486f7fc3de56f07b64dd2e4bc62387d8..2e7655fccbad6f619a8bfbc849db5f312a56f8c3 100644
(file)
--- a/
Gemfile
+++ b/
Gemfile
@@
-1,5
+1,6
@@
source 'https://rubygems.org'
+gem "json"
gem 'jekyll', '~> 3.1.0'
gem 'asciidoctor', '~> 1.5.0'
gem 'coderay', '~> 1.1.0'