You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby 3.2 deprecates double_heap option to GC.verify_compaction_references (#1365)
This commit uses newly supported `expand_heap` option if Ruby version is 3.2 or higher.
- Warning message fixed by this commit:
```
$ bundle exec rake spec
... snip ...
<internal:gc>:286: warning: double_heap is deprecated, please use expand_heap instead
... snip ...
```
Refer to ruby/ruby@a6dd859
0 commit comments