Skip to content

Update monetize requirement from ~> 1.9 to >= 1.9, < 3.0 in /sample#34

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/sample/monetize-gte-1.9-and-lt-3.0
Open

Update monetize requirement from ~> 1.9 to >= 1.9, < 3.0 in /sample#34
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/sample/monetize-gte-1.9-and-lt-3.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Updates the requirements on monetize to permit the latest version.

Changelog

Sourced from monetize's changelog.

1.13.0

  • Breaking change: check ISO currency code validity when parsing strings with to_money
  • Adds expect_whole_subunits option when fractional subunits are expected
  • Add MYR, IDR, SGD, HKD, TWD, and PHP symbol to currency conversion

1.12.0

  • Update to_money to match money-rails to_hash.

1.11.0

  • When parsing a string assume a single separator to be a decimal mark when number starts with 0

1.10.0

  • When using the assume_from_symbol option, the currency in the input string will be used over the assumed currency based on symbol. For example, $1.05 CAD will use CAD instead of USD.

1.9.4

  • Fix symbol parsing that are surrounded by other characters

1.9.3

  • Fix input parsing when currency symbol after the amount

1.9.2

  • Respect Money.rounding_mode when parsing strings
  • Deprecate Monetize.extract_cents

1.9.1

  • Ruby 2.6 support

1.9.0

  • Relax Money gem dependency to ~> 6.12
  • Refactor Monetize::Parser
  • Ruby 2.5 support

1.8.0

  • Money version updated to 6.11.2
  • Fix rounding problem in .from_bigdecimal

1.7.0

  • Add South Korean Won currency
  • Money version updated to 6.9
  • Coveralls version update to 0.8.20
  • Add South Korean Won currency
  • Improve conversion to Money from Hash

1.6.0

  • Ruby 2.4.0 support
  • Money version updated to 6.8

1.5.0

  • Fix issue where parsing a Money object resulted in a Money object with its currency set to Money.default_currency, rather than the currency that it was sent in as.

... (truncated)

Commits
  • d14bf38 chore: Update version to 1.13.0
  • 643b2f3 Merge pull request #167 from kahshing96/feature/fix-parse-currency
  • 673ea16 parse currency correctly if found from existing hash
  • 0f1825e fix: Update copyright year in LICENSE file
  • e2e2f1f Merge pull request #165 from kfit-dev/master
  • 5349fd7 Merge pull request #163 from petergoldstein/feature/add_3_1_and_3_2_to_ci
  • 71d3d1d Adds Ruby 3.1 and 3.2 to the CI matrix.
  • 61a593c Merge pull request #162 from RubyMoney/copyright-2023
  • 2a13ab7 update cocpyright 2023
  • a1e8f8b Merge pull request #160 from glaucocustodio/patch-1
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [monetize](https://github.com/RubyMoney/monetize) to permit the latest version.
- [Changelog](https://github.com/RubyMoney/monetize/blob/main/CHANGELOG.md)
- [Commits](RubyMoney/monetize@v1.9.0...v1.13.0)

---
updated-dependencies:
- dependency-name: monetize
  dependency-version: 1.13.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants