summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-08-11 14:07:47 +0000
committerThe Bundler Bot <bot@bundler.io>2017-08-11 14:07:47 +0000
commit619dc63a797986e49e19d48ceae3b249fa3d8a5f (patch)
treeb10f82368cb10468ad961c158d03629223153220 /lib/bundler/settings.rb
parent14e7da3dbecc26fb92411d64287dac9f22b5e7fc (diff)
parent5d22dbe1d49826cc5f7108d95e6981b1ed15c5d8 (diff)
downloadbundler-619dc63a797986e49e19d48ceae3b249fa3d8a5f.tar.gz
Auto merge of #5920 - bundler:colby/bundler-list, r=segiddins
implement new list command ### What was the end-user problem that led to this PR? We're removing the `bundle show` command (which has been replaced with `bundle info`) but we should probably still have a command to list the gems in the bundle. ### What was your diagnosis of the problem? `bundle show` has been marked as deprecated but a replacement for listing gems does not yet exist ### What is your fix for the problem, implemented in this PR? Add a new `bundle list` (including `ls` alias) that prints the gems in the bundle, this was taken from #4754
Diffstat (limited to 'lib/bundler/settings.rb')
-rw-r--r--lib/bundler/settings.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb
index fc59631608..a23264ecf4 100644
--- a/lib/bundler/settings.rb
+++ b/lib/bundler/settings.rb
@@ -34,6 +34,7 @@ module Bundler
global_gem_cache
ignore_messages
init_gems_rb
+ list_command
lockfile_uses_separate_rubygems_sources
major_deprecations
no_install