cartodb-rb-client
cartodb-rb-client copied to clipboard
rails 3.2 problems....
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)
Related with this Issue https://github.com/Vizzuality/cartodb-rb-client/issues/7
works after bundle update
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)
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