Commit 093fbed2b7c1d04da64ee5a80f229b1a0da32ac6
1 parent
117dbb8f
Exists in
master
and in
1 other branch
Revert "Add rails_12factor gem to prevent Heroku plugin injection"
This reverts commit b966b8827e3da7517a721fdc821bbcf6936b0fb1.
Showing
2 changed files
with
0 additions
and
9 deletions
Show diff stats
Gemfile
| @@ -101,9 +101,6 @@ group :heroku, :production do | @@ -101,9 +101,6 @@ group :heroku, :production do | ||
| 101 | gem 'unicorn', :require => false | 101 | gem 'unicorn', :require => false |
| 102 | end | 102 | end |
| 103 | 103 | ||
| 104 | -group :heroku do | ||
| 105 | - gem 'rails_12factor' | ||
| 106 | -end | ||
| 107 | 104 | ||
| 108 | # Gems used only for assets and not required | 105 | # Gems used only for assets and not required |
| 109 | # in production environments by default. | 106 | # in production environments by default. |
Gemfile.lock
| @@ -291,14 +291,9 @@ GEM | @@ -291,14 +291,9 @@ GEM | ||
| 291 | activeresource (= 3.2.21) | 291 | activeresource (= 3.2.21) |
| 292 | activesupport (= 3.2.21) | 292 | activesupport (= 3.2.21) |
| 293 | bundler (~> 1.0) | 293 | bundler (~> 1.0) |
| 294 | - rails_12factor (0.0.3) | ||
| 295 | - rails_serve_static_assets | ||
| 296 | - rails_stdout_logging | ||
| 297 | rails_autolink (1.1.4) | 294 | rails_autolink (1.1.4) |
| 298 | rails (> 3.1) | 295 | rails (> 3.1) |
| 299 | railties (= 3.2.21) | 296 | railties (= 3.2.21) |
| 300 | - rails_serve_static_assets (0.0.2) | ||
| 301 | - rails_stdout_logging (0.0.3) | ||
| 302 | railties (3.2.21) | 297 | railties (3.2.21) |
| 303 | actionpack (= 3.2.21) | 298 | actionpack (= 3.2.21) |
| 304 | activesupport (= 3.2.21) | 299 | activesupport (= 3.2.21) |
| @@ -447,7 +442,6 @@ DEPENDENCIES | @@ -447,7 +442,6 @@ DEPENDENCIES | ||
| 447 | quiet_assets | 442 | quiet_assets |
| 448 | rack-ssl | 443 | rack-ssl |
| 449 | rack-ssl-enforcer | 444 | rack-ssl-enforcer |
| 450 | - rails_12factor | ||
| 451 | rails_autolink | 445 | rails_autolink |
| 452 | railties (~> 3.2.21) | 446 | railties (~> 3.2.21) |
| 453 | ri_cal | 447 | ri_cal |