RubyMoney / google_currency

Ruby Money::Bank interface for the Google Currency exchange data
http://rubymoney.github.com/google_currency
MIT License
182 stars 90 forks source link

Money dependency ~> 6.0.0 #26

Closed 42ae closed 10 years ago

42ae commented 10 years ago

Hi there,

I noticed that the last version of google_currency has a dependency with money gem ~> 6.0.0. However, I am using another of your gem "money-rails" which has a runtime dependency to money ~> 5.1.0. Therefore I couldn't find a solution to use these three gems at the same time. Are you going to fix this sooner?

Thank you!

semmons99 commented 10 years ago

The latest commit on github updates money-rails to use 6.0

On Fri, Nov 29, 2013 at 5:06 AM, Alexandre E. notifications@github.com wrote:

Hi there, I noticed that the last version of google_currency has a dependency with money gem ~> 6.0.0. However, I am using another of your gem "money-rails" which has a runtime dependency to money ~> 5.1.0. Therefore I couldn't find a solution to use these three gems at the same time. Are you going to fix this sooner?

Thank you!

Reply to this email directly or view it on GitHub: https://github.com/RubyMoney/google_currency/issues/26

42ae commented 10 years ago

I finally ended up using eu_central_bank which fulfill my needs, but thank you for your feedback!