зеркало из https://github.com/github/pages-gem.git
Unpin Listen
This commit is contained in:
Родитель
3564ed2f60
Коммит
d4bd9c85d8
|
@ -40,10 +40,6 @@ module GitHubPages
|
|||
"jekyll-default-layout" => "0.1.4",
|
||||
"jekyll-titles-from-headings" => "0.5.3",
|
||||
|
||||
# Pin listen because it's broken on 2.1 & that's what we recommend.
|
||||
# https://github.com/guard/listen/pull/371
|
||||
"listen" => "3.1.5",
|
||||
|
||||
# Pin activesupport because 5.0 is broken on 2.1
|
||||
"activesupport" => "4.2.11.1",
|
||||
}.freeze
|
||||
|
|
|
@ -5,7 +5,7 @@ require "spec_helper"
|
|||
describe(GitHubPages::Dependencies) do
|
||||
CORE_DEPENDENCIES = %w(
|
||||
jekyll kramdown liquid rouge jekyll-sass-converter
|
||||
github-pages-health-check listen activesupport
|
||||
github-pages-health-check activesupport
|
||||
).freeze
|
||||
PLUGINS = described_class::VERSIONS.keys - CORE_DEPENDENCIES
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ RSpec.describe "Pages Gem Integration spec" do
|
|||
contents = File.read(__FILE__)
|
||||
contexts = contents.scan(/context \"(.*?)\"/)
|
||||
missing = GitHubPages::Dependencies::VERSIONS.keys - contexts.flatten
|
||||
missing -= %w(listen activesupport github-pages-health-check)
|
||||
missing -= %w(activesupport github-pages-health-check)
|
||||
msg = "The following dependencies are missing integration tests: #{missing.join(", ")}"
|
||||
expect(missing).to be_empty, msg
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче