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

Rails2.7 segfaults #7091

Merged
merged 5 commits into from
Apr 17, 2020
Merged

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    42a3f1d View commit details
    Browse the repository at this point in the history
  2. Call BigDecimal() instead of BigDecimal.new()

    BigDecimal.new was deprecated in ruby 2.6
    ewalk153 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    0edbb98 View commit details
    Browse the repository at this point in the history
  3. Switch FrozenError expectation to a matcher

    The error message for FrozenError changed to include more information
    about the mutated object. Switch from an exact match to an aproximate
    match (equal => match). This does not change the prefix.
    ewalk153 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    47cadbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    974dbc7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

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