From 093fbed2b7c1d04da64ee5a80f229b1a0da32ac6 Mon Sep 17 00:00:00 2001 From: Stephen Crosby Date: Wed, 17 Dec 2014 21:54:54 -0800 Subject: [PATCH] Revert "Add rails_12factor gem to prevent Heroku plugin injection" --- Gemfile | 3 --- Gemfile.lock | 6 ------ 2 files changed, 0 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index e9c6d3f..f40fa95 100644 --- a/Gemfile +++ b/Gemfile @@ -101,9 +101,6 @@ group :heroku, :production do gem 'unicorn', :require => false end -group :heroku do - gem 'rails_12factor' -end # Gems used only for assets and not required # in production environments by default. diff --git a/Gemfile.lock b/Gemfile.lock index 05b1c6c..9341216 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -291,14 +291,9 @@ GEM activeresource (= 3.2.21) activesupport (= 3.2.21) bundler (~> 1.0) - rails_12factor (0.0.3) - rails_serve_static_assets - rails_stdout_logging rails_autolink (1.1.4) rails (> 3.1) railties (= 3.2.21) - rails_serve_static_assets (0.0.2) - rails_stdout_logging (0.0.3) railties (3.2.21) actionpack (= 3.2.21) activesupport (= 3.2.21) @@ -447,7 +442,6 @@ DEPENDENCIES quiet_assets rack-ssl rack-ssl-enforcer - rails_12factor rails_autolink railties (~> 3.2.21) ri_cal -- libgit2 0.21.2