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
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Mike Young -
logarithmicspirals -
Mike Young -
Mike Young -
Top comments (0)