Если я изменяю версию bundler, требуемую в Gemfile, а затем набираю bundle
, я получаю
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (>= 1.10.2) ruby
Current Bundler version:
bundler (1.9.9)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?
Could not find gem 'bundler (>= 1.10.2) ruby in any of the sources
Можно ли попросить установщика установить новую версию bundler, а не набрать gem install bundler
?