diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-01 20:44:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-01 20:44:16 +0300 |
commit | 952fe7713a15e937235fe499e4e1cb6cf404f0ad (patch) | |
tree | 16bc7c0587bf121cd35889b4aa1940346fe7d117 /Gemfile | |
parent | css: remove unnecessary property (diff) | |
download | jekyll-theme-952fe7713a15e937235fe499e4e1cb6cf404f0ad.tar.gz jekyll-theme-952fe7713a15e937235fe499e4e1cb6cf404f0ad.zip |
bump dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ source 'https://rubygems.org' -gem 'github-pages', '117' +gem 'github-pages', '141' +# For some reason, "I get LoadError: cannot load such file -- json" otherwise. +gem 'json' |