diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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' |