RubyMoney / eu_central_bank

A gem that calculates the exchange rate using published rates from European Central Bank. Compatible with the money gem
MIT License
217 stars 130 forks source link

Loosen dependency on money gem #77

Closed gauda closed 3 years ago

antstorm commented 6 years ago

@gauda good suggestion! Do you know if it will force you to update whenever a new version of money is published? This might also prevent us from being able to release minor critical update — we would need to change the dependency back. However relaxing it to a minor version seems like a perfectly good idea.

gauda commented 6 years ago

@antstorm No, with this fix eu_central_bank will work with every money gem as long as it's < 7.0.0

Your decision, I'm ok with relaxing to a minor version, too!

antstorm commented 6 years ago

@gauda let's relax it to a minor version, I can see how this can be helpful with some of the upcoming changes to the money gem.