aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-01-19 06:05:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-01-19 06:05:57 +0300
commitc74cb351ad2ffed51c38955ff951e0f44e31d08d (patch)
tree552aa035e50c4d41f2d1ee42242d146a322be923 /Gemfile
parentbump dependencies (diff)
downloadsorting-algorithms-c74cb351ad2ffed51c38955ff951e0f44e31d08d.tar.gz
sorting-algorithms-c74cb351ad2ffed51c38955ff951e0f44e31d08d.zip
bump dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6d9bf6d..b67f570 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
-gem 'github-pages', '192'
+gem 'github-pages', '193'
# For some reason, I get `LoadError` if I omit the gems below.
gem 'json'
gem 'bigdecimal'