diff --git a/Gemfile b/Gemfile index e286627..478cf37 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" # For now this is a GitHub Pages hosted website. # Ref: https://github.com/Mikaela/mikaela.github.io/issues/153 -gem "github-pages" +gem 'github-pages', group: :jekyll_plugins # Required for `bundle exec jekyll serve` gem "webrick"