diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-10-17 23:34:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-10-17 23:34:16 +0300 |
commit | 029450dc872f330095209a1a31209a8ba67030c8 (patch) | |
tree | 7ab157649f638725e74993ae8b25f6828803ce88 /Gemfile | |
parent | +x serve.sh (diff) | |
download | sorting-algorithms-029450dc872f330095209a1a31209a8ba67030c8.tar.gz sorting-algorithms-029450dc872f330095209a1a31209a8ba67030c8.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', '156' +gem 'github-pages', '164' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |