Managing Gems
Table of Contents
Ruby gems can be installed on Heroku via Bundler. In addition, for compatibility with legacy applications Heroku also still supports the .gems manifest. It is important that you use only one in your application in order to avoid confusion.
Bundler
Bundler is the best way to manage your gems. We suggest all apps on Heroku use Bundler. See our bundler page for full details on Bundler support.
Gem Manifest
The .gems manifest is deprecated. See the gem manifest page for full details on .gems support.