I have several gems including ruby-debug in a bundler group called :development. When I run the bundle command, these gems are ignored and it only installs the gems that are
I had the same issue and --with flag worked for me. You need to pass group name, which you want to include. Like that:
--with
bundle install --with development