File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ gem "color_conversion" # A ruby gem to perform color conversions [https://github
48
48
gem "meta-tags" # Search Engine Optimization (SEO) for Ruby on Rails applications. [https://github.com/kpumuk/meta-tags]
49
49
50
50
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]
51
52
52
53
# Clients
53
54
gem "httpx" # An HTTP client library for Ruby [https://gitlab.com/os85/httpx]
Original file line number Diff line number Diff line change 222
222
fugit (1.11.1 )
223
223
et-orbi (~> 1 , >= 1.2.11 )
224
224
raabro (~> 1.4 )
225
+ get_process_mem (1.0.0 )
226
+ bigdecimal (>= 2.0 )
227
+ ffi (~> 1.0 )
225
228
globalid (1.2.1 )
226
229
activesupport (>= 6.1 )
227
230
hashdiff (1.1.1 )
@@ -612,6 +615,7 @@ DEPENDENCIES
612
615
flipper
613
616
flipper-active_record
614
617
flipper-ui
618
+ get_process_mem
615
619
honeybadger
616
620
httpx
617
621
image_processing
You can’t perform that action at this time.
0 commit comments