diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-01-19 06:05:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-01-19 06:05:00 +0300 |
commit | 483d68c7828aef46890906dba2121adf418dcf48 (patch) | |
tree | 730a7f4f4e6f31f8e8244dd843e560fc8eeb0338 /Gemfile | |
parent | bump dependencies (diff) | |
download | egor-tensin.github.io-483d68c7828aef46890906dba2121adf418dcf48.tar.gz egor-tensin.github.io-483d68c7828aef46890906dba2121adf418dcf48.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', '192' +gem 'github-pages', '193' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |