can't find gem bundler (>= 0.a) with executable bundle
This error message seems to be related to network or Bundler issue, but it isn’t - newer version of Bundler requires new version of RubyGems, which is not updated by default.
To fix it, you’ll need to run:
gem update --system
This message should not bug you in the future :)
Comments