Last Updated: February 25, 2016
·
284
· scarfacedeb

Open gem source using bundler

If you need to open a gem, used in your current project, bundle open is the right tool for the job.

E.g.
bundle open rails_admin

You need to be inside a project's folder for the bundler to work properly.