diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-10-28 17:01:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-10-28 17:01:33 +0300 |
commit | 1ca66c20da0c637981de17e6d131ff6d533b41e0 (patch) | |
tree | c79787ce9bbbebde202f4eae6dc21b95b2179ce0 /Gemfile | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-1ca66c20da0c637981de17e6d131ff6d533b41e0.tar.gz sorting-algorithms-1ca66c20da0c637981de17e6d131ff6d533b41e0.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', '183' +gem 'github-pages', '192' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |