diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-07-05 16:15:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-07-05 16:15:56 +0300 |
commit | d9d4b2d6a3378c480a32fe015b4247bbe3b841d2 (patch) | |
tree | 7b924b60a4c3d4b45bea8649aa383276b09e1e37 /Gemfile | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-d9d4b2d6a3378c480a32fe015b4247bbe3b841d2.tar.gz sorting-algorithms-d9d4b2d6a3378c480a32fe015b4247bbe3b841d2.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' |