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