diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-18 14:28:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-18 14:28:57 +0300 |
commit | fa0c0e8eb77a93716e5e16cf6b7e7733962b4ffe (patch) | |
tree | 6ebf144b1d313d9ecfdcc1ac0b4c67b8d5f98bad /Gemfile | |
parent | +x build.sh (diff) | |
download | sorting-algorithms-fa0c0e8eb77a93716e5e16cf6b7e7733962b4ffe.tar.gz sorting-algorithms-fa0c0e8eb77a93716e5e16cf6b7e7733962b4ffe.zip |
bump dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ source 'https://rubygems.org' -gem 'github-pages', '147' -# For some reason, "I get LoadError: cannot load such file -- json" otherwise. +gem 'github-pages', '152' +# For some reason, I get `LoadError` if I omit the gems below. gem 'json' +gem 'bigdecimal' |