仮想マシンでRedmine4構築中にbundle installで下記のエラーが発生します。

# bundle install --without development test --path vendor
Fetching source index from https://rubygems.org/
Resolving dependencies...
Network error while fetching https://rubygems.org/quick/Marshal.4.8/nokogiri-1.1

環境:

  • OS: CentOS7
  • Gem 3.0.3
  • Ruby 2.5.3
  • bundle 2.0.1

※Proxyは使用していません。

試してみたもの:

  • Gemfileのsource 'https//rubygems.org' → 'http//rubygems.org'
  • bundleのバージョン '2.0.1' → '1.6.4'
  • gem update --system
  • gem update bundler

以前は bundle install できていたのですが、ルータを新しいものに変更してからエラーが発生しています。直接的な原因ではないと思いますが...。