diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-05-02 12:18:32 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-05-02 12:18:32 +0200 |
commit | ef06ae8d78d18948fa4445d682a595745491b9c5 (patch) | |
tree | 8903ec1bffea1c470cdc5c18c5e6c2d2d47ccb63 /Gemfile | |
parent | don't zero-pad day number in dates (diff) | |
download | egor-tensin.github.io-ef06ae8d78d18948fa4445d682a595745491b9c5.tar.gz egor-tensin.github.io-ef06ae8d78d18948fa4445d682a595745491b9c5.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', '172' +gem 'github-pages', '183' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |