Try adding require false in your gemfile.
gem "my-bloated-memory-hog", require: false
You'll need to add the require "my-bloated-memory-hog"
wherever you need access to this gem. BUT, your app will be much less of a memory hog.
Try adding require false in your gemfile.
gem "my-bloated-memory-hog", require: false
You'll need to add the require "my-bloated-memory-hog"
wherever you need access to this gem. BUT, your app will be much less of a memory hog.
For further actions, you may consider blocking this person and/or reporting abuse
Dive into the stories and experiences of innovators and experts, from Startup Founders to Industry Leaders at PulumiUP 2025.
Top comments (0)