ruby - Get list of gems being used by a Bundler project -


is there way list of gems or paths gems being loaded current project bundler (it's rails 3) project.

i'm looking like:

gem.path 

but returns ones being actively required bundler in gemfile.

what looking this:

gem.loaded_specs.values.map { |g| g.full_gem_path } 

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -