Search code examples
ruby-on-rails-3linode

How to find the used gemset and its path of rails application?


Is there any command to find the applied gemset and it path of an rails application.


Solution

  • Assuming you're using RVM, you can use rvm gemdir - this will give you the path of the gemset being used by a Rails application.