aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-05-02 12:20:32 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2018-05-02 12:20:32 +0200
commit5e90bc4163f2e4adb66a9de0cff5acbb7287b4f8 (patch)
treeb53b9990aed9149dbf0eff1eab6ee2494e4b859b /Gemfile
parent_includes: pagination.html -> paginator.html (diff)
downloadsorting-algorithms-5e90bc4163f2e4adb66a9de0cff5acbb7287b4f8.tar.gz
sorting-algorithms-5e90bc4163f2e4adb66a9de0cff5acbb7287b4f8.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 178d941..189c837 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
-gem 'github-pages', '172'
+gem 'github-pages', '183'
# For some reason, I get `LoadError` if I omit the gems below.
gem 'json'
gem 'bigdecimal'