Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Biogem raises Bundler::VersionConflict when locally installed version is > 1.0.0 #39

Open
ghost opened this issue Sep 13, 2012 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 13, 2012

Using Ruby 1.9.3-p194

Noticed that biogem raises
/Users/george/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.1.5/lib/bundler/resolver.rb:246:in `resolve': Bundler could not find compatible versions for gem "bundler": (Bundler::VersionConflict)
In Gemfile:
bundler (~> 1.0.0) ruby

Current Bundler version:
bundler (1.1.5)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running gem install bundler?

@homonecloco
Copy link

I got the same issue, I even tried installing explicitly installing version 1.0.0. I tried installing explicitly version 1.0.1, but I got the same error:
n87398:public code ramirezr$ biogem fastadb
create .gitignore
remove jeweler rcov lines
create Rakefile
create Gemfile
create LICENSE.txt
create README.rdoc
create .document
create lib
create lib/bio-fastadb.rb
create test
create test/helper.rb
create test/test_bio-fastadb.rb
create lib/bio-fastadb.rb
create lib/bio-fastadb
create lib/bio-fastadb/fastadb.rb
create README.rdoc
create README.md
append .gitignore
append .travis.yml
Jeweler has prepared your gem in bioruby-fastadb
Jeweler has pushed your repo to http://github.com/homonecloco/bioruby-fastadb
Fetching gem metadata from http://rubygems.org/........
Fetching gem metadata from http://rubygems.org/..
/Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/resolver.rb:246:in `resolve': Bundler could not find compatible versions for gem "bundler": (Bundler::VersionConflict)
In Gemfile:
bundler (~> 1.0.0) ruby

Current Bundler version:
bundler (1.2.3)

This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running gem install bundler?
from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/resolver.rb:161:in start' from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/resolver.rb:128:inblock in resolve'
from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/resolver.rb:127:in catch' from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/resolver.rb:127:inresolve'
from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/definition.rb:178:in resolve' from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/definition.rb:113:inspecs'
from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/definition.rb:108:in resolve_remotely!' from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/installer.rb:81:inrun'
from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/installer.rb:14:in install' from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/cli.rb:230:ininstall'
from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/vendor/thor/task.rb:27:in run' from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/vendor/thor/invocation.rb:120:ininvoke_task'
from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/vendor/thor.rb:275:in dispatch' from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bundler-1.2.3/lib/bundler/vendor/thor/base.rb:408:instart'
from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/gems/bio-gem-1.3.4/bin/biogem:21:in <top (required)>' from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/bin/biogem:19:inload'
from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/bin/biogem:19:in <main>' from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/bin/ruby_noexec_wrapper:14:ineval'
from /Users/ramirezr/.rvm/gems/ruby-1.9.2-p320/bin/ruby_noexec_wrapper:14:in `

'

@rjpbonnal
Copy link
Owner

Ok, I have a duty for the week end

@wwood
Copy link
Contributor

wwood commented Jan 26, 2013

Does deleting the Gemfile.lock help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants