3

From rails console, how can I list the loaded gems in my environment?

I am using Gemfile and Rails 5. I've searched around with no results.

konyak
  • 10,818
  • 4
  • 59
  • 65

1 Answers1

6

This post has a detailed explanation of what you seem to be asking for: List of installed gems?

Gem::Specification.all_names
nickcamillo
  • 340
  • 2
  • 9