diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-18 14:29:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-18 14:29:05 +0300 |
commit | 0858217334cf29d714fb32face1cc74f8a3bc7b7 (patch) | |
tree | 1f32afc2a9b218a548f61cfbf0fbca61c91a997a /Gemfile | |
parent | +x build.sh (diff) | |
download | jekyll-theme-0858217334cf29d714fb32face1cc74f8a3bc7b7.tar.gz jekyll-theme-0858217334cf29d714fb32face1cc74f8a3bc7b7.zip |
bump dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ source 'https://rubygems.org' -gem 'github-pages', '147' -# For some reason, "I get LoadError: cannot load such file -- json" otherwise. +gem 'github-pages', '152' +# For some reason, I get `LoadError` if I omit the gems below. gem 'json' +gem 'bigdecimal' |