I get the following output from the sudo package installation command:
Fetching source index for `http:` Could not reach rubygems repository `http:` Could not find gem 'rspec-rails (>= 2.0.0.beta.22, runtime)' in any of the gem sources.
I have $ http_proxy installed correctly, and I added gem: -http-proxy = my proxy for ~ / .gemrc. These settings are what allow the teams of my gem to work, and I hoped that they would translate into bundles, but would fail.
Thinking sudo may not inherit my entire my environment, I also added these settings to my root user, but nada.
At this point, the binder is preventing me from deploying my application, and I can find very few others working on it. If I don't have an answer, I will be forced to break the bundle from my Rails application (which I wouldn't mind doing ...)
ruby ruby-on-rails proxy rubygems bundler
bioneuralnet Oct. 06 '10 at 21:30 2010-10-06 21:30
source share