diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-01 20:46:45 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-01 20:46:45 +0300 |
commit | 4eafb8a8b36186f0b027807a5cd13a0ad667c85c (patch) | |
tree | c6f9a6cefb15f0b54fd4c8bca8216d0e374769d5 /Gemfile | |
parent | css: update common/ (diff) | |
download | sorting-algorithms-4eafb8a8b36186f0b027807a5cd13a0ad667c85c.tar.gz sorting-algorithms-4eafb8a8b36186f0b027807a5cd13a0ad667c85c.zip |
bump dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ source 'https://rubygems.org' -gem 'github-pages', '117' +gem 'github-pages', '141' +# For some reason, "I get LoadError: cannot load such file -- json" otherwise. +gem 'json' |