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 190acad commit bc2e969
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" && stub.name != "logger" && stub.name != "parser" && stub.name != "regexp_parser" && stub.name != "rubocop-ast" && stub.name != "simplecov"
if matched && stub.name != "minitest" && stub.name != "i18n" && stub.name != "logger" && stub.name != "parser" && stub.name != "regexp_parser" && stub.name != "rubocop-ast" && stub.name != "simplecov" && stub.name != "simplecov-html"
lines << "gem #{stub.name.inspect}, git: #{matched.inspect}, submodules: true"
else
lines << "gem #{stub.name.inspect}"
Expand Down

0 comments on commit bc2e969

Please sign in to comment.