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

Gem Dependency Incompatibility #75

Closed
winston opened this issue Nov 19, 2011 · 4 comments
Closed

Gem Dependency Incompatibility #75

winston opened this issue Nov 19, 2011 · 4 comments

Comments

@winston
Copy link

winston commented Nov 19, 2011

I am using Rails 3.1 and it depends on builder 3.0.0, but the Feedzirra gem depends on builder 2.1.2 instead.
So I am unable to use the Feedzirra gem, and have to reference the git repo in my Gemfile instead.

Bundler could not find compatible versions for gem "builder":
  In snapshot (Gemfile.lock):
    builder (3.0.0)

  In Gemfile:
    feedzirra depends on
      builder (~> 2.1.2)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

Is it possible to update the gem dependency in gemspec? Thanks.

@tetherit
Copy link

Hitting the same problem here :(

@archiloque
Copy link
Contributor

I'll wait a bit to not block people still using rails 3.0, see 1715a1e where I had to decrease the version for them

@tetherit
Copy link

Why not ['>= 2.1.2'] instead of forcing the version? -- Also, couldn't rails 3.0 users explicitly require a version of feedzirra that uses Builder 2.1.2? -- right now, us Rails 3.1 users are forced to download the source of feedzirra and build the gem ourselves :(

@archiloque
Copy link
Contributor

It's already done in commit 26532da, I just need to release a new version the includes this change

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

2 participants