Last active
January 23, 2019 18:30
-
-
Save kobaltz/2eff4b4fac5c468624a856bb5816e4be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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