bundle console is useful for gem development.
It seems bundler supports console other than irb, e.g.: bundle config console pry
However bundle config console rib does not work, saying
Couldn't load console rib, falling back to irb
It would be great if there is a way to do this.
bundle consoleis useful for gem development.It seems bundler supports console other than irb, e.g.:
bundle config console pryHowever
bundle config console ribdoes not work, sayingIt would be great if there is a way to do this.