From e170c64fe053c8eeae40603a5009e2b613db5fba Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 7 Mar 2014 13:13:45 +0000 Subject: [PATCH] Add 12factor. --- Gemfile | 1 + Gemfile.lock | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index c40b464..59c1fb3 100644 --- a/Gemfile +++ b/Gemfile @@ -64,6 +64,7 @@ end group :production do gem 'thin' + gem 'rails_12factor' end gem 'newrelic_rpm' diff --git a/Gemfile.lock b/Gemfile.lock index fb36916..b8b5dc4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,6 +173,11 @@ GEM bundler (>= 1.3.0, < 2.0) railties (= 4.0.3) sprockets-rails (~> 2.0.0) + rails_12factor (0.0.2) + rails_serve_static_assets + rails_stdout_logging + rails_serve_static_assets (0.0.2) + rails_stdout_logging (0.0.3) railties (4.0.3) actionpack (= 4.0.3) activesupport (= 4.0.3) @@ -273,6 +278,7 @@ DEPENDENCIES powder pry rails (~> 4.0.0) + rails_12factor redcarpet rspec-rails ruby_parser