Skip to content

Instantly share code, notes, and snippets.

@patelc75
Created February 28, 2013 21:05
Show Gist options
  • Save patelc75/5060121 to your computer and use it in GitHub Desktop.
Save patelc75/5060121 to your computer and use it in GitHub Desktop.
Bundler could not find compatible versions for gem "builder":
In Gemfile:
signal_api (>= 0) ruby depends on
builder (~> 3.0.0) ruby
rails (= 3.0.0.rc) ruby depends on
builder (2.1.2)
@patelc75
Copy link
Author

have a circular problem here. rails requires builder 2.1.2 and signal_api requires builder 3.0.0. any ideas? i can only include 1 builder gem in my Gemfile at the same time

@jjudge
Copy link

jjudge commented Feb 28, 2013

Try installing it again, I just pushed a change that dropped the builder version down to 2.0.0.

@jjudge
Copy link

jjudge commented Feb 28, 2013

The next rev of the gem will have builder removed as we'll just hit some JSON APIs on our side.

@jjudge
Copy link

jjudge commented Feb 28, 2013

Ah, that's not going to work with ruby 1.9 - just got a build failure notification https://travis-ci.org/signal/signal-ruby/builds/5144383

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment