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

update dependencies to allow use with rails 3.2 #7

Open
tokumine opened this issue Mar 21, 2012 · 6 comments
Open

update dependencies to allow use with rails 3.2 #7

tokumine opened this issue Mar 21, 2012 · 6 comments

Comments

@tokumine
Copy link

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

@ghost ghost assigned Ferdev Mar 21, 2012
@Ferdev
Copy link
Contributor

Ferdev commented Mar 23, 2012

Fixed

@Ferdev Ferdev closed this as completed Mar 23, 2012
@agnessa
Copy link

agnessa commented Mar 26, 2012

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
Copy link
Contributor

Ferdev commented Mar 26, 2012

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

@Ferdev Ferdev reopened this Mar 26, 2012
@agnessa
Copy link

agnessa commented Mar 28, 2012

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
Copy link
Contributor

Ferdev commented Mar 28, 2012

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
Copy link

tailic commented Nov 13, 2012

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

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