summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--baserockimport/data/rubygems.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/baserockimport/data/rubygems.yaml b/baserockimport/data/rubygems.yaml
index e1e6fcc..f61defe 100644
--- a/baserockimport/data/rubygems.yaml
+++ b/baserockimport/data/rubygems.yaml
@@ -8,9 +8,10 @@ lorry-prefix: ruby-gems/
# tools because of the number of circular dependencies. Instead, only those
# tools which are known to be required at Gem build time are listed as
# build-dependencies, and any other :development dependencies are ignored.
-build-dependency-whitelist:
- - hoe
+build-dependency-whitelist: []
# rake is bundled with Ruby, so it is not included in the whitelist.
+ # hoe is included in the 'ruby' stratum
+ # rake-compiler is included in the 'ruby' stratum
# The following Gems don't provide a source_code_uri in their Gem metadata.
# Ideally ... they would do.