Skip to content

Commit 25dd2cb

Browse files
committed
Add get_process_mem gem
1 parent fea0af4 commit 25dd2cb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ gem "color_conversion" # A ruby gem to perform color conversions [https://github
4848
gem "meta-tags" # Search Engine Optimization (SEO) for Ruby on Rails applications. [https://github.com/kpumuk/meta-tags]
4949

5050
gem "bootsnap", require: false # Reduces boot times through caching; required in config/boot.rb [https://github.com/Shopify/bootsnap]
51+
gem "get_process_mem" # A Ruby library to get memory usage of a process [https://github.com/zombocom/get_process_mem]
5152

5253
# Clients
5354
gem "httpx" # An HTTP client library for Ruby [https://gitlab.com/os85/httpx]

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ GEM
222222
fugit (1.11.1)
223223
et-orbi (~> 1, >= 1.2.11)
224224
raabro (~> 1.4)
225+
get_process_mem (1.0.0)
226+
bigdecimal (>= 2.0)
227+
ffi (~> 1.0)
225228
globalid (1.2.1)
226229
activesupport (>= 6.1)
227230
hashdiff (1.1.1)
@@ -612,6 +615,7 @@ DEPENDENCIES
612615
flipper
613616
flipper-active_record
614617
flipper-ui
618+
get_process_mem
615619
honeybadger
616620
httpx
617621
image_processing

0 commit comments

Comments
 (0)