We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b839b2 commit 48dca23Copy full SHA for 48dca23
spec/github-pages/dependencies_spec.rb
@@ -5,7 +5,8 @@
5
describe(GitHubPages::Dependencies) do
6
CORE_DEPENDENCIES = %w(
7
jekyll kramdown kramdown-parser-gfm liquid rouge jekyll-sass-converter
8
- github-pages-health-check webrick
+ github-pages-health-check
9
+ webrick
10
).freeze
11
PLUGINS = described_class::VERSIONS.keys - CORE_DEPENDENCIES
12
0 commit comments