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

rails 3.2 problems.... #14

Open
tokumine opened this issue Sep 22, 2012 · 3 comments
Open

rails 3.2 problems.... #14

tokumine opened this issue Sep 22, 2012 · 3 comments

Comments

@tokumine
Copy link

Bundler could not find compatible versions for gem "i18n":
In Gemfile:
cartodb-rb-client (>= 0) ruby depends on
i18n (<= 0.6.0, >= 0.5.0) ruby

rails (= 3.2.2) ruby depends on
  i18n (0.6.1)
@tailic
Copy link

tailic commented Nov 13, 2012

Related with this Issue #7

works after bundle update

@adammulligan
Copy link

I get the same issue with Rails 3.2.13, and bundle update doesn't fix anything unfortunately.

Bundler could not find compatible versions for gem "i18n":
  In Gemfile:
    cartodb-rb-client (>= 0) ruby depends on
      i18n (<= 0.6.0, >= 0.5.0) ruby

    rails (= 3.2.13) ruby depends on
      i18n (0.6.1)

@th3james
Copy link

Seems like the current version of the gemspec on the repo removes the i18n <= 0.6.0 requirement, but this has not been published to rubygems? I can bundle update fine with:

gem 'cartodb-rb-client', :git => 'git://github.com/Vizzuality/cartodb-rb-client.git'

But not without :git specified

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

4 participants