Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rose <mmistakes@users.noreply.github.com>2016-04-25 18:25:08 +0300
committerMichael Rose <mmistakes@users.noreply.github.com>2016-04-25 18:25:08 +0300
commit8de8e765ce0a322497a7326d26bb9e296270b72b (patch)
treed6810dbc9d05315e377208ed7bf1e47682d94b86
parent8fd9634a02dcdc595e163e91e98a05ae1018b0d3 (diff)
parent17cf3e36772145328a6cd5f99c9359bcdaa2db47 (diff)
Merge pull request #147 from uvsmtid/master
Fix missing `json` dependency in `Gemfile`
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0a429af..bc0a57f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,6 @@
source "https://rubygems.org"
+gem "json"
gem "jekyll", "~> 3.0"
gem "jekyll-sitemap"
gem "octopress"