Skip to content

Commit

Permalink
dev: require yaml
Browse files Browse the repository at this point in the history
which was incidentally being eager loaded by rake-compiler
  • Loading branch information
flavorjones committed May 4, 2022
1 parent f3521ba commit eac7934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rakelib/extensions.rake
Expand Up @@ -373,6 +373,7 @@ if java?
end
else
require "rake/extensiontask"
require "yaml"

dependencies = YAML.load_file("dependencies.yml")

Expand Down

0 comments on commit eac7934

Please sign in to comment.