Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumps gem github-pages and adds webrick #201

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bumps gem github-pages and adds webrick
  • Loading branch information
JellyTitan committed Mar 24, 2024
commit 80b881bc3bd8fdb3b40ead8e3f4c49d0ff747f45
3 changes: 2 additions & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "github-pages", "~> 206", group: :jekyll_plugins
gem "github-pages", "231", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
@@ -17,3 +17,4 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?

gem "webrick"
Loading
Oops, something went wrong.