diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 03:17:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 03:17:53 +0300 |
commit | 9dfe0d9533a871fefa6afdd51859b53319812c80 (patch) | |
tree | 675256a0dc71234031f0ad88fd040214d780980e /Gemfile | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-9dfe0d9533a871fefa6afdd51859b53319812c80.tar.gz sorting-algorithms-9dfe0d9533a871fefa6afdd51859b53319812c80.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', '198' +gem 'github-pages', '200' # For some reason, I get `LoadError` if I omit the gems below. gem 'json' gem 'bigdecimal' |