diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-27 15:05:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-27 15:05:23 +0300 |
commit | 1c1661f19f4780c0bb362b917b3d0a8768028036 (patch) | |
tree | 3bbff69aa9fcaa6f86fdb04a1b2369c6f9adf80e /Gemfile | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-1c1661f19f4780c0bb362b917b3d0a8768028036.tar.gz sorting-algorithms-1c1661f19f4780c0bb362b917b3d0a8768028036.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', '152' +gem 'github-pages', '156' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |