Skip to content

Instantly share code, notes, and snippets.

@jcosmo
Created June 25, 2019 03:26
Show Gist options
  • Save jcosmo/45fcae562d790cb64fc113e1bd007261 to your computer and use it in GitHub Desktop.
Save jcosmo/45fcae562d790cb64fc113e1bd007261 to your computer and use it in GitHub Desktop.
Buildr dependency tree
task 'showdeps' do
raise 'Need to define ENV property DEP' unless ENV['DEP']
Buildr.transitive(ENV['DEP']).each do |a|
puts a.to_spec
end
end
@jcosmo
Copy link
Author

jcosmo commented Jun 25, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment