-
Notifications
You must be signed in to change notification settings - Fork 92
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
Conflict with rails 2.3 #1
Comments
What is your problem ? |
I, too, was using ebayapi 0.12 and money 1.7.1 without any problem until I tried to use Bundler. I'm not sure of the cattr_accessor error that you are referring to, but it appears to be back when using Bundler. Anytime assert_select is used, I get this error:
As well as:
Removing ebayapi and upgrading to the latest verison of money seems to fix both problems. But obviously I can't do that since I need ebayapi, and it needs money 1.7.1 I am by no means an expert, so if there is any other way around this apparent problem, please let me know! This is where I found out about what money was doing: |
Update a version of `libxml-ruby` dependency. The newer version works with Linux flawlessly.
It seems that there is a conflict between rails 2.3 and money 1.7.1.
Why ebay gem is only compatible with money 1.7.1 ?
Thanks.
The text was updated successfully, but these errors were encountered: