-
Notifications
You must be signed in to change notification settings - Fork 46
Gem Version dependency Issue #53
Comments
Hello - is it an option to upgrade Rails a point release or so? ActionMailer 4.1.6 should support a higher version of Mime-Types: https://rubygems.org/gems/actionmailer/versions/4.1.6 |
Are there any plans to update this gem to address this dependency issue? This question is two years old and this is still an problem. |
What version of the SDK are you using? 4.0 removed the mime-type dependency: https://rubygems.org/gems/constantcontact/versions/4.0.0 If you need an older version for some reason, if it's possible for go from Rails 4.1.4 to 4.1.6 or later (assuming your problem is exactly the one above), the mime-type dependency conflict should also go away. Rails 4.1 is out of all support at this point. |
I'm using 4.1.0 and rails 5.1.1. This is the error I'm getting:
|
Oh, I see... so we went to json 2 a few releases ago as at the time, 1.x didn't look like it was still being developed. If I relax the dependencies to '>= 1.8' instead of '~> 2.1', you may be in luck here. If I force myself to use 1.8.x, My RSpec tests pass but that's as far as I got. I'm no longer on the API team at Constant Contact, so I'm unsure when and if those changes can be more properly validated here and merged in, but if you are able to validate and issue a pull request it would be appreciated. I'll forward along to the team either way what the problem is here and apologies for the issues. |
That did indeed solve the problem for me. I issued a pull request. Thank you for the suggestion. |
This will also allow JSON 2.x versions to be used so as to still support Rails 5.
Hey CC team!!
experiencing this current issue when I bundle install:
Then I tried bundle update:
The text was updated successfully, but these errors were encountered: