Created
April 8, 2016 18:19
-
-
Save Fabianopb/8e9967f429a6797ea4cdaca1c4675094 to your computer and use it in GitHub Desktop.
Configures the Gemfile to run Ruby on Rails on Heroku using Cloud9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem 'rails_12factor', group: :production | |
gem 'puma' | |
ruby "2.3.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment