Skip to content

Instantly share code, notes, and snippets.

@kobaltz
Last active January 23, 2019 18:30
Show Gist options
  • Save kobaltz/2eff4b4fac5c468624a856bb5816e4be to your computer and use it in GitHub Desktop.
Save kobaltz/2eff4b4fac5c468624a856bb5816e4be to your computer and use it in GitHub Desktop.
# in Rails Console
Gem.loaded_specs.each do |name, spec|
puts "#{name} - #{spec.license}"
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment