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

Getting error when updating gemfile / bundle install #1

Open
hobertro opened this issue Feb 21, 2015 · 0 comments
Open

Getting error when updating gemfile / bundle install #1

hobertro opened this issue Feb 21, 2015 · 0 comments

Comments

@hobertro
Copy link

Is this gem compatible with Rails 3? I'm getting this error in the terminal when I try to bundle install the vdf4r gem:

Bundler could not find compatible versions for gem "treetop":
In Gemfile:
vdf4r (>= 0) ruby depends on
treetop (>= 1.5.0) ruby

treetop (1.4.15)

When I try to manually install treetop 1.5.0, I get this error:

Bundler could not find compatible versions for gem "treetop":
In Gemfile:
rails (= 3.2.7) ruby depends on
actionmailer (= 3.2.7) ruby depends on
mail (> 2.4.4) ruby depends on
treetop (
> 1.4.8) ruby

treetop (1.5.1)

Which suggests that rails 3.2.7 depends on treetop 1.4.8?

Thanks!

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

1 participant