久しぶりにrailsを触っていたら
1 | Your Ruby version is 2.0.0, but your Gemfile specified 2.3.1 |
解決方法
1 2 3 4 5 | $ rbenv local system $ gem uninstall bundler $ rbenv local [rubyのバージョンを入れる] $ gem uninstall bundler $ gem install bundle |
久しぶりにrailsを触っていたら
1 | Your Ruby version is 2.0.0, but your Gemfile specified 2.3.1 |
1 2 3 4 5 | $ rbenv local system $ gem uninstall bundler $ rbenv local [rubyのバージョンを入れる] $ gem uninstall bundler $ gem install bundle |