Open tokumine opened 12 years ago
Fixed
almost?
Bundler could not find compatible versions for gem "activesupport": In Gemfile: cartodb-rb-client (>= 0) ruby depends on activesupport (<= 3.1.0, >= 3.0.0) ruby rails (= 3.2.2) ruby depends on activesupport (3.2.2)
Sorry! Now it should be fixed. Please, confirm me it's working for you now to close this ticket.
thanks! would it be possible to relax on the mime types gem? what we're getting with paperclip is this:
Bundler could not find compatible versions for gem "mime-types": In Gemfile: cartodb-rb-client (>= 0) ruby depends on mime-types (= 1.16) ruby
paperclip (~> 2.7) ruby depends on
mime-types (1.18)
This should be an issue with your project Gemfile, because cartoDB ruby client mime-types requirement supports version >= 1.16.
https://github.com/Vizzuality/cartodb-rb-client/blob/master/cartodb-rb-client.gemspec#L27
Have you tried running a bundle update mime-types ?
Fresh Rails (3.2.9) installation only shows a Problem with i18n Version:
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.9) ruby depends on
i18n (0.6.1)
works after bundle update
its already changed in master branch...
see forks: https://github.com/decioferreira/cartodb-rb-client/commit/8bc6530883e227d598c5f7b715e8439cc5de40a8