Drop rails_12factor gem

Use the proposed rails 5 environment variables instead.
This commit is contained in:
Henne Vogelsang 2019-03-11 16:54:51 +01:00
parent a19772307a
commit 959d5af1e4
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
3 changed files with 10 additions and 14 deletions

View file

@ -15,11 +15,6 @@ gem 'rails', '~> 5.0.7'
# Use Puma as the app server
gem 'puma', '~> 3.0'
# enables serving assets in production and setting your logger to standard out
# both of which are required to run an application on a twelve-factor provider
# like heroku.com
gem 'rails_12factor', group: :production
# respond_to methods have been extracted to the responders gem
# http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#responders
gem 'responders', '~> 2.0'