diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-27 15:05:38 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-27 15:05:38 +0300 |
commit | facba1f34bab6563a7848033ce492c98658eaeda (patch) | |
tree | ffcbfe355426975941133a7954fa6385c9f9b2c1 /Gemfile | |
parent | bump dependencies (diff) | |
download | egor-tensin.github.io-facba1f34bab6563a7848033ce492c98658eaeda.tar.gz egor-tensin.github.io-facba1f34bab6563a7848033ce492c98658eaeda.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', '152' +gem 'github-pages', '156' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |