aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-05-08 11:00:02 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2020-05-08 11:00:02 +0000
commitff9fe93b9c7a23c995787dc0fa274db9f713a783 (patch)
treefbfec77948bfd51dbd0475c15130fa05386c8467 /Gemfile
parentremove build.sh, serve.bat, serve.sh (diff)
downloadsorting-algorithms-ff9fe93b9c7a23c995787dc0fa274db9f713a783.tar.gz
sorting-algorithms-ff9fe93b9c7a23c995787dc0fa274db9f713a783.zip
bump dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index f037f19..92e1648 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,2 @@
source 'https://rubygems.org'
-gem 'github-pages', '200'
-# For some reason, I get `LoadError` if I omit the gems below.
-gem 'json'
-gem 'bigdecimal'
+gem 'github-pages', '204'