diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-01 20:36:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-01 20:36:59 +0300 |
commit | 6c90920b52fe36e256843ca7cee136ce47395aca (patch) | |
tree | afe08b665778c087c661d718d88e21f18ec33577 /Gemfile | |
parent | css: update common/ (diff) | |
download | egor-tensin.github.io-6c90920b52fe36e256843ca7cee136ce47395aca.tar.gz egor-tensin.github.io-6c90920b52fe36e256843ca7cee136ce47395aca.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' |