Read more

How to fix: "Error Bundler::HTTPError during request to dependency API"

Arne Hartherz
February 15, 2013Software engineer at makandra GmbH

If bundle install shows the following message for you ...

Error Bundler::HTTPError during request to dependency API
Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot

... upgrade to Bundler ≥ 1.2.4:

gem install bundler

Apparently Show archive.org snapshot , it just hides the message.

Posted by Arne Hartherz to makandra dev (2013-02-15 11:12)