diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-01-10 19:45:49 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-01-10 19:45:49 +0300 |
commit | 319ea34b49ee22d3d396b04602472e0d1db2b4b6 (patch) | |
tree | 59d72ba3720f11634ec8252a085c41d5f56a6aaf /Gemfile | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-319ea34b49ee22d3d396b04602472e0d1db2b4b6.tar.gz sorting-algorithms-319ea34b49ee22d3d396b04602472e0d1db2b4b6.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', '168' +gem 'github-pages', '172' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |