Is is possible to install more than one gem at the same time with only one command?
The gem install command accepts many parameters, so you can gem install nokogiri bundler in one shot, for instance.
gem install
gem install nokogiri bundler
As others said, Bundler and RVM makes everything connected to managing gems, versions and dependencies a real pleasure.