diff --git a/Gemfile b/Gemfile index 478cf37..e286627 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', group: :jekyll_plugins +gem "github-pages" # Required for `bundle exec jekyll serve` gem "webrick"