Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 407 Bytes

get-info-about-your-ruby-gems-environment.md

File metadata and controls

14 lines (10 loc) · 407 Bytes

Get Info About Your Ruby Gems Environment

Want to know what Ruby version is being used? Or into what directory gems are being installed?

$ gem environment

This command will answer those questions and give you a whole host of other information about your RubyGems environment.

There are more details in their documentation.