Skip to content

Instantly share code, notes, and snippets.

@Fabianopb
Created April 8, 2016 18:19
Show Gist options
  • Save Fabianopb/8e9967f429a6797ea4cdaca1c4675094 to your computer and use it in GitHub Desktop.
Save Fabianopb/8e9967f429a6797ea4cdaca1c4675094 to your computer and use it in GitHub Desktop.
Configures the Gemfile to run Ruby on Rails on Heroku using Cloud9
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