 
      Choose version
Primary Commands
Utilities
bundle console
                    Opens an IRB session with the bundle pre-loaded
                  
                  $ bundle console [GROUP]
                    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.