From d1e8ecbf3b9e906c410ac7e596e59b6aa13c5cbc Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 21 Oct 2016 18:22:15 -0400 Subject: [PATCH] readd 12factor for debugging on heroku --- Gemfile | 1 + Gemfile.lock | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index 5f22fdcb..3b0d31c0 100644 --- a/Gemfile +++ b/Gemfile @@ -25,6 +25,7 @@ gem 'rack-cors' gem 'redis' gem 'slack-notifier' gem 'snorlax' +gem 'rails_12factor' # asset stuff gem 'jquery-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 519795f8..4c990259 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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