I am bumping versions in a project and find npm ls really handy to find out what versions are used.
Is there an equivalent command in rails/bundler?
CodePudding user response:
bundle list
Use bundle help for a list of commands.
Bundler command line reference.
CodePudding user response:
bundle exec gem dependency is pretty useful also and gives me all I need.
