$ 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)>