aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-08-18 14:24:55 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-08-18 14:24:55 +0300
commitc60e1fe78bc95ad5c886ea54222046baf494f8b5 (patch)
tree917062e784890fcf5517a1b183ae86072ee06044 /Gemfile
parent+x build.sh (diff)
downloadegor-tensin.github.io-c60e1fe78bc95ad5c886ea54222046baf494f8b5.tar.gz
egor-tensin.github.io-c60e1fe78bc95ad5c886ea54222046baf494f8b5.zip
bump dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 5589a56..03f5cf8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
-gem 'github-pages', '147'
-# For some reason, "I get LoadError: cannot load such file -- json" otherwise.
+gem 'github-pages', '152'
+# For some reason, I get `LoadError` if I omit the gems below.
gem 'json'
+gem 'bigdecimal'