From fa0c0e8eb77a93716e5e16cf6b7e7733962b4ffe Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 18 Aug 2017 14:28:57 +0300 Subject: bump dependencies --- Gemfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Gemfile') 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' -- cgit v1.2.3