diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-11-11 01:43:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-11-11 01:43:55 +0300 |
commit | 49df173d6157036dc3fbf51c89b07130049bcecb (patch) | |
tree | fc55b1a112752a3309ec8491d7781813d5a7debf /Gemfile | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-49df173d6157036dc3fbf51c89b07130049bcecb.tar.gz sorting-algorithms-49df173d6157036dc3fbf51c89b07130049bcecb.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', '164' +gem 'github-pages', '168' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |