Skip to content

Commit 0a6fecc

Browse files
committed
Attempt to move webrick to the gemspec instead
1 parent f430f40 commit 0a6fecc

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

github-pages.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
2727
s.add_dependency("mercenary", "~> 0.3")
2828
s.add_dependency("nokogiri", ">= 1.16.2", "< 2.0")
2929
s.add_dependency("terminal-table", "~> 1.4")
30+
s.add_dependency("webrick", "~> 1.8")
3031
s.add_development_dependency("jekyll_test_plugin_malicious", "~> 0.2")
3132
s.add_development_dependency("pry", "~> 0.10")
3233
s.add_development_dependency("rspec", "~> 3.3")

lib/github-pages/dependencies.rb

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class Dependencies
99
# Jekyll
1010
"jekyll" => "3.10.0",
1111
"jekyll-sass-converter" => "1.5.2",
12-
"webrick" => "1.8.1",
1312

1413
# Converters
1514
"kramdown" => "2.4.0",

spec/github-pages/dependencies_spec.rb

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
CORE_DEPENDENCIES = %w(
77
jekyll kramdown kramdown-parser-gfm liquid rouge jekyll-sass-converter
88
github-pages-health-check
9-
webrick
109
).freeze
1110
PLUGINS = described_class::VERSIONS.keys - CORE_DEPENDENCIES
1211

spec/github-pages/integration_spec.rb

-6
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,4 @@ def rm_destination
309309
expect(contents).to match("markdown: CommonMarkGhPages")
310310
end
311311
end
312-
313-
context "webrick" do
314-
it "does nothing" do
315-
# all is well
316-
end
317-
end
318312
end

0 commit comments

Comments
 (0)