readd 12factor for debugging on heroku

This commit is contained in:
Connor Turland 2016-10-21 18:22:15 -04:00
parent 8e38469b1f
commit d1e8ecbf3b
2 changed files with 7 additions and 0 deletions

View file

@ -25,6 +25,7 @@ gem 'rack-cors'
gem 'redis'
gem 'slack-notifier'
gem 'snorlax'
gem 'rails_12factor'
# asset stuff
gem 'jquery-rails'

View file

@ -184,6 +184,11 @@ GEM
nokogiri (~> 1.6.0)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.5)
railties (5.0.0.1)
actionpack (= 5.0.0.1)
activesupport (= 5.0.0.1)
@ -291,6 +296,7 @@ DEPENDENCIES
rack-attack
rack-cors
rails (~> 5.0.0)
rails_12factor
redis
rspec-rails
rubocop