How to run offline "bundle install" from windows

greetings! i just install most of the gems 3.1.1 required for offline
install. when creating "rails new appnew -d mysql, it shows the
message “run Bundle Install”. am using the offline procedure for this
case which i dont have internet connection on other places. is there
any way to update this? am using ruby 1.9.2. gem 1.7.2 and rails
3.1.1. btw, i also run “gem install ruby-update-1.8.11.gem” but the
version did not upgrade. thanks in advance for the view and help.

-neil

If you have your gems installed, you can use “bundle install --local
.
No internet connection require.