I don't normally see a Gemfile require another bundler

what if you comment out the bundler line in your Gemfile?

Also you may have to run bundle update locally, to update your Gemfile.lock
file

On Tue, Feb 21, 2012 at 4:34 PM, hariis <hari...@gmail.com> wrote:

> I have ruby 1.9.2 and rails 3.0.0 with bundler 1.0.22
>
> when I push to heroku, I get
>
>    -----> Installing dependencies using Bundler version 1.1.rc.7
>
>      Running: bundle install --without development:test --path vendor/
> bundle -    -binstubs bin/
>
>      Fetching gem metadata from http://rubygems.org/.........
>
>      Bundler could not find compatible versions for gem "bundler":
>
>      In Gemfile:
>      rails (= 3.0.0) ruby depends on
>      bundler (~> 1.0.0) ruby
>      Current Bundler version:
>      bundler (1.1.rc.7)
>      This Gemfile requires a different version of Bundler.
>      Perhaps you need to update Bundler by running `gem install
> bundler`?
>
> why does it use bundler version 1.1.rc.7 to install the dependencies
> and why does it think the current bundler version is 1.1.rc.7?
>
> No references in the .Gemfile or the Gemfile.lock to any version.
>
> Any input appreciated.
>
> -Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to heroku@googlegroups.com.
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>
>


-- 
Thanks,
-John

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to