RubyMoney / money-rails

Integration of RubyMoney - Money with Rails
MIT License
1.8k stars 387 forks source link

money-rails is marked as incompatible with money 6.14 #628

Closed iGEL closed 2 years ago

iGEL commented 3 years ago

money-rails depends on money with ~> 6.13.2 since April 2019, which doesn't allow the current money version. Are you sure you didn't want to write something like ~> 6.13, >= 6.13.2 or >= 6.13.2, < 6.15 (not exactly sure about the syntax)?

iGEL commented 3 years ago

When I wanted to update money, money-rails and monetize, it did this:

Installing money 6.14.1 (was 6.13.8)
Installing monetize 1.4.0 (was 1.9.4)
Installing money-rails 1.7.0 (was 1.13.4)
semmons99 commented 3 years ago

happy to accept a PR that does ~> 6.13

dynelight commented 3 years ago

This is still an issue, I tried installing the newest money and forces money-rails to 1.7.

semmons99 commented 3 years ago

@dynelight still waiting on @iGEL to update their PR. happy to accept an alternative

rafasoares commented 3 years ago

@semmons99 it looks like a PR has been merged, in fact even the changelog has been updated. Any ETA on a release to rubygems.org?

Thanks!