-
Notifications
You must be signed in to change notification settings - Fork 21
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
Comments
Fixed |
almost? Bundler could not find compatible versions for gem "activesupport": |
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":
|
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:
works after |
see forks: https://github.com/decioferreira/cartodb-rb-client/commit/8bc6530883e227d598c5f7b715e8439cc5de40a8
The text was updated successfully, but these errors were encountered: