CartoDB / cartodb-rb-client

Ruby client for cartodb API
BSD 4-Clause "Original" or "Old" License
24 stars 21 forks source link

update dependencies to allow use with rails 3.2 #7

Open tokumine opened 12 years ago

tokumine commented 12 years ago

see forks: https://github.com/decioferreira/cartodb-rb-client/commit/8bc6530883e227d598c5f7b715e8439cc5de40a8

Ferdev commented 12 years ago

Fixed

agnessa commented 12 years ago

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)

Ferdev commented 12 years ago

Sorry! Now it should be fixed. Please, confirm me it's working for you now to close this ticket.

agnessa commented 12 years ago

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)
Ferdev commented 12 years ago

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 ?

tailic commented 12 years ago

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...