Don't constrain runtime deps.
Since we are a development dependency of many projects, constraining our runtime deps can cause their Gemfiles to downgrade dependencies they share with us, which is never desirable.
This commit is contained in:
committed by
Petr Korolev
parent
1c48f633d8
commit
c0c8bb5653
@@ -48,7 +48,7 @@ describe GitHubChangelogGenerator::ParserFile do
|
||||
header: "=== Changelog ==="))
|
||||
end
|
||||
|
||||
context "turns exclude-labels into an Array", bug: '#327' do
|
||||
context "turns exclude-labels into an Array", bug: "#327" do
|
||||
let(:file) do
|
||||
StringIO.new(<<EOF
|
||||
exclude-labels=73a91042-da6f-11e5-9335-1040f38d7f90,7adf83b4-da6f-11e5-ae18-1040f38d7f90
|
||||
|
||||
Reference in New Issue
Block a user