We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5edb75 commit a58f16dCopy full SHA for a58f16d
Gemfile
@@ -3,3 +3,5 @@ source "https://rubygems.org" # source "https://gems.ruby-china.com"
3
gemspec
4
5
gem "github-pages", group: :jekyll_plugins
6
+
7
+gem "webrick", "~> 1.9"
jekyll-rtd-theme.gemspec
@@ -10,5 +10,5 @@ Gem::Specification.new do |spec|
10
11
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) }
12
13
- spec.add_runtime_dependency "github-pages", "~> 209"
+ spec.add_runtime_dependency "github-pages", "~> 232"
14
end
0 commit comments