diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-10-17 23:36:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-10-17 23:36:07 +0300 |
commit | 858ab26b86a22f7e353943e3b145b9cc91663ff0 (patch) | |
tree | f48ae1110423ed7de18f1bc1383249106a4c0f89 /Gemfile | |
parent | bump dependencies (diff) | |
download | jekyll-theme-858ab26b86a22f7e353943e3b145b9cc91663ff0.tar.gz jekyll-theme-858ab26b86a22f7e353943e3b145b9cc91663ff0.zip |
bump dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'github-pages', '156' +gem 'github-pages', '164' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |