On 15 January 2015 at 23:18, Beckah Zz <li...@ruby-forum.com> wrote:
> ..
> I'm not able to use bundler because the connection is blocked at my
> workplace, but regardless, why is it giving me the error that the gem
> needs to be installed when it is installed?

To run bundle when you do not have a connection the command is something like
bundle install --local
to tell it to pick up only locally installed gems.  I am not sure of
the exact command however, possibly someone else can confirm or you
will have to research it.
Obviously it is up to you to make sure you have installed the correct
versions of the gems before running bundle in this way.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLuU0Xf0QPatx5f0vKP%3DuNhhk6QAZ1LvJ4DAVirH1XRx4g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to