Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Normalize URIs in lockfiles before creating them
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Feb 28, 2019
1 parent 13ffe88 commit faf9068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def lockfile(*args)
if contents.nil?
File.open("Gemfile.lock", "r", &:read)
else
create_file("Gemfile.lock", contents, *args)
create_file("Gemfile.lock", normalize_uri_file(contents), *args)
end
end

Expand Down

0 comments on commit faf9068

Please sign in to comment.