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
Md Toriqul Islam -
Firdaws Aboulaye -
Trix Cyrus -
Tre G. III -
Top comments (0)