diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-07-05 16:11:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-07-05 16:11:13 +0300 |
commit | 73555dea91182ffa7f6eff147407f314560e1f19 (patch) | |
tree | 633208059cc2e02275b3400d1d4258eea67908c2 /Gemfile | |
parent | bump dependencies (diff) | |
download | egor-tensin.github.io-73555dea91182ffa7f6eff147407f314560e1f19.tar.gz egor-tensin.github.io-73555dea91182ffa7f6eff147407f314560e1f19.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', '193' +gem 'github-pages', '198' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |