Lists system-wide gems that were installed using `gem install <gem-name>`:
gem list
If you want to list project gems that were installed with `bundle install`, run:
bundle list
Lists system-wide gems that were installed using `gem install <gem-name>`:
gem list
If you want to list project gems that were installed with `bundle install`, run:
bundle list