Skip to content

Commit

Permalink
Update bleeding_edge.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain authored Oct 21, 2024
1 parent 831f8e0 commit 8a77d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/bleeding_edge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.stubs.each do |stub|
url = stub.metadata["source_code_uri"] || stub.homepage
matched = url[%r{https?://git(?:hub|lab)\.com/[^\/]*/[^\/]*}]
if matched && stub.name != "minitest" && stub.name != "i18n"
if matched && stub.name != "minitest" && stub.name != "i18n" && stub.name != "logger"
lines << "gem #{stub.name.inspect}, git: #{matched.inspect}"
else
lines << "gem #{stub.name.inspect}"
Expand Down

0 comments on commit 8a77d26

Please sign in to comment.