From d9bfb6900834ab01150299ee31ebee0db40dfaf1 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Fri, 13 Dec 2013 10:58:11 -0500 Subject: [PATCH] Add rails_12factor gem, to support heroku deploys --- Gemfile | 3 +++ Gemfile.lock | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/Gemfile b/Gemfile index 803d8f4..da0adc8 100644 --- a/Gemfile +++ b/Gemfile @@ -37,3 +37,6 @@ gem 'amazon_flex_pay' # Configuration File gem 'rails_config' + +# For Heroku +gem 'rails_12factor' diff --git a/Gemfile.lock b/Gemfile.lock index b255e31..07255a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,8 +80,13 @@ GEM bundler (>= 1.3.0, < 2.0) railties (= 4.0.0) sprockets-rails (~> 2.0.0) + rails_12factor (0.0.2) + rails_serve_static_assets + rails_stdout_logging rails_config (0.3.3) activesupport (>= 3.0) + rails_serve_static_assets (0.0.1) + rails_stdout_logging (0.0.3) railties (4.0.0) actionpack (= 4.0.0) activesupport (= 4.0.0) @@ -151,6 +156,7 @@ DEPENDENCIES pg pry-rails rails (= 4.0.0) + rails_12factor rails_config rspec-rails (~> 2.0) sass-rails (~> 4.0.0)