ruby - Install newer version of bundler with bundler -


if change version of bundler required in gemfile, , type bundle, get

bundler not find compatible versions gem "bundler":   in gemfile:     bundler (>= 1.10.2) ruby    current bundler version:     bundler (1.9.9) gemfile requires different version of bundler. perhaps need update bundler running `gem install bundler`? not find gem 'bundler (>= 1.10.2) ruby in of sources 

is possible ask bundler install new version of bundler, rather typing in gem install bundler?

seems like bundler can't bundle :)

so have run gem install bundler.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -