LoginSignup
1
2

More than 3 years have passed since last update.

gem install bundle でこけて、can't find gem bundlerが出る時

Last updated at Posted at 2019-06-04

gem install bundleしようとするとcan't find gem bundlerが出ました。

簡単ですが共有します。
gem install bundle
Successfully installed bundle-0.0.1
Parsing documentation for bundle-0.0.1
Done installing documentation for bundle after 0 seconds
1 gem installed

どうやらbundle -0.0.1のversionが入っているみたい
多分入ってない、よねこれ。

という訳で、
gem install bundler -v 1.16.0
などのversion指定をしてやりましょう。

gem install bundler -v 1.16.0
Fetching: bundler-1.16.0.gem (100%)
Successfully installed bundler-1.16.0
Parsing documentation for bundler-1.16.0
Installing ri documentation for bundler-1.16.0
Done installing documentation for bundler after 4 seconds
1 gem installed

bundler -v
Bundler version 1.16.0

入り申した。

1
2
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
1
2