Remove Bundler from Gemfile
Bundler is (obviously) already there when the Gemfile gets evaluated. Thus you get funny messages like
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (~> 1.0.0) ruby
Current Bundler version:
bundler (1.1.rc.7)