Skip to content

Commit

Permalink
Attempt to move webrick to the gemspec instead
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet committed Aug 6, 2024
1 parent f430f40 commit 0a6fecc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions github-pages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency("mercenary", "~> 0.3")
s.add_dependency("nokogiri", ">= 1.16.2", "< 2.0")
s.add_dependency("terminal-table", "~> 1.4")
s.add_dependency("webrick", "~> 1.8")
s.add_development_dependency("jekyll_test_plugin_malicious", "~> 0.2")
s.add_development_dependency("pry", "~> 0.10")
s.add_development_dependency("rspec", "~> 3.3")
Expand Down
1 change: 0 additions & 1 deletion lib/github-pages/dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class Dependencies
# Jekyll
"jekyll" => "3.10.0",
"jekyll-sass-converter" => "1.5.2",
"webrick" => "1.8.1",

# Converters
"kramdown" => "2.4.0",
Expand Down
1 change: 0 additions & 1 deletion spec/github-pages/dependencies_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
CORE_DEPENDENCIES = %w(
jekyll kramdown kramdown-parser-gfm liquid rouge jekyll-sass-converter
github-pages-health-check
webrick
).freeze
PLUGINS = described_class::VERSIONS.keys - CORE_DEPENDENCIES

Expand Down
6 changes: 0 additions & 6 deletions spec/github-pages/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,4 @@ def rm_destination
expect(contents).to match("markdown: CommonMarkGhPages")
end
end

context "webrick" do
it "does nothing" do
# all is well
end
end
end

0 comments on commit 0a6fecc

Please sign in to comment.