diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-11-11 01:43:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-11-11 01:43:06 +0300 |
commit | 4f9cc454e1487cc43f2fe6622ef98fe3e3f65dba (patch) | |
tree | 914a6e983f5d9ec33f34c19a1186dcd3133c558a /Gemfile | |
parent | bump dependencies (diff) | |
download | egor-tensin.github.io-4f9cc454e1487cc43f2fe6622ef98fe3e3f65dba.tar.gz egor-tensin.github.io-4f9cc454e1487cc43f2fe6622ef98fe3e3f65dba.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', '164' +gem 'github-pages', '168' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |