Closed iGEL closed 2 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)
happy to accept a PR that does ~> 6.13
This is still an issue, I tried installing the newest money and forces money-rails to 1.7.
@dynelight still waiting on @iGEL to update their PR. happy to accept an alternative
@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!
money-rails
depends onmoney
with~> 6.13.2
since April 2019, which doesn't allow the currentmoney
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)?