20
20

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

bundlerが遅い(Error Bundler::HTTPError)のを解決

Posted at

Gemfileを一時的に以下のように変更し、bundleを実行

Gemfile
source "http://bundler-api.herokuapp.com"
# source 'http://rubygems.org'

おそらく近頃 rubygems.org のサイトの問題があり、bundler 1.0.X の時代で遅くなっていた頃と近い状態になっていて、bundleコマンドが遅くなっている。

gem metadata の取得先をミラーリングするような形で、対応しているものと思われる。
特にインストール済みのgemの照合時間が短縮されている?
(上記の対応は一時的なものでコミットはすべきではない)

情報元: Rubygems and the Dependency API

いろいろ他に何度も調べはしたが、どれも試そうとはしてこなかったが、
ようやく試してみようと思ったきっかけは Ruby5
やはり最速のRuby情報源

Ruby5

20
20
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
20
20

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?