diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-09 14:57:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-09 14:57:17 +0300 |
commit | 9b4ab58ec41df961276bf6029bdac60f3846b061 (patch) | |
tree | 317ef67eaa51b490d28915e1f55ec67a9c33db1d /Gemfile | |
parent | static-vs: update (diff) | |
download | jekyll-theme-9b4ab58ec41df961276bf6029bdac60f3846b061.tar.gz jekyll-theme-9b4ab58ec41df961276bf6029bdac60f3846b061.zip |
bump dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'github-pages', '141' +gem 'github-pages', '147' # For some reason, "I get LoadError: cannot load such file -- json" otherwise. gem 'json' |