Rails2.7 segfaults (#7091)
* Add a test suite for ruby 2.7 * Call BigDecimal() instead of BigDecimal.new() BigDecimal.new was deprecated in ruby 2.6 * 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. * We can safely ignore newest array methods from ruby 2.7pull/7397/head
parent
64f6c59ccb
commit
2c8364bcd1
3 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue