Update get_process_mem to 0.2.3

This squelches a BigDecimal warning in Ruby 2.6:

warning: BigDecimal.new is deprecated; use BigDecimal() method instead.

https://github.com/schneems/get_process_mem/blob/master/CHANGELOG.md
This commit is contained in:
Stan Hu 2019-05-10 13:53:44 -05:00
parent 4828ef52ed
commit 21507517ad
2 changed files with 6 additions and 1 deletions

View File

@ -272,7 +272,7 @@ GEM
ruby-progressbar (~> 1.4)
gemojione (3.3.0)
json
get_process_mem (0.2.0)
get_process_mem (0.2.3)
gettext (3.2.9)
locale (>= 2.0.5)
text (>= 1.3.0)

View File

@ -0,0 +1,5 @@
---
title: Update get_process_mem to 0.2.3
merge_request: 28248
author:
type: other