aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 03:17:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 03:17:53 +0300
commit9dfe0d9533a871fefa6afdd51859b53319812c80 (patch)
tree675256a0dc71234031f0ad88fd040214d780980e /Gemfile
parentbump dependencies (diff)
downloadsorting-algorithms-9dfe0d9533a871fefa6afdd51859b53319812c80.tar.gz
sorting-algorithms-9dfe0d9533a871fefa6afdd51859b53319812c80.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 78e95e4..f037f19 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'