Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ruby 3.2 deprecates
double_heap
option to `GC.verify_compaction_ref…
…erences` (#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
- Loading branch information