diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-01-10 19:46:26 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-01-10 19:46:26 +0300 |
commit | 92e8effc39da9a837058a7c7954e2031f48f6188 (patch) | |
tree | a6b3104b3c8e1e0b66108c0c0576709b4286970e /Gemfile | |
parent | bump dependencies (diff) | |
download | egor-tensin.github.io-92e8effc39da9a837058a7c7954e2031f48f6188.tar.gz egor-tensin.github.io-92e8effc39da9a837058a7c7954e2031f48f6188.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', '168' +gem 'github-pages', '172' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |