Choose version
Primary Commands
Utilities
bundle console
Start an interactive Ruby console session in the context of the current bundle
$ bundle console [GROUP]
bundle console
uses irb by default. Alternatives like Pry and Ripl can be used with bundle console by adjusting the console
Bundler setting. Also make sure that pry
or ripl
is in your Gemfile.
$ bundle config console pry
$ bundle console
[1] pry(main)>
Choose version
Primary Commands
Utilities
Edit this document on GitHub if you caught an error or noticed something was missing.