cartodb-rb-client icon indicating copy to clipboard operation
cartodb-rb-client copied to clipboard

update dependencies to allow use with rails 3.2

Open tokumine opened this issue 12 years ago • 6 comments

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

tokumine avatar Mar 21 '12 13:03 tokumine

Fixed

Ferdev avatar Mar 23 '12 17:03 Ferdev

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)

agnessa avatar Mar 26 '12 15:03 agnessa

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

Ferdev avatar Mar 26 '12 16:03 Ferdev

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)

agnessa avatar Mar 28 '12 12:03 agnessa

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 ?

Ferdev avatar Mar 28 '12 14:03 Ferdev

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

tailic avatar Nov 13 '12 12:11 tailic