When using node package manager you can specify npm install --save mynodemodule
which automatically pops the module in package.json
I was wondering if there is a command for bundler that allows you to add the gem and version to the gemfile from the command line?
For example bundle install --save nokogiri