Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test against Ruby 3.3 and fix deprecations #691

Merged
merged 3 commits into from
Mar 13, 2024

Commits on Mar 8, 2024

  1. Test against Ruby 3.3

    Ruby 3.3 is the stable Ruby version at the moment.
    
    Also updates the checkout action to the latest available to prevent a
    deprecation warning related to Node 16 based actions.
    tagliala committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b0cf7c0 View commit details
    Browse the repository at this point in the history
  2. Fix specs deprecation errors

    Fix the following deprecation issues in specs:
    - Default localization behaviour
    - Default rounding mode
    - `symbol_position` option
    tagliala committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9245799 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    31c8fe5 View commit details
    Browse the repository at this point in the history