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
Gemfile.lock
... | ... | @@ -291,14 +291,9 @@ GEM |
291 | 291 | activeresource (= 3.2.21) |
292 | 292 | activesupport (= 3.2.21) |
293 | 293 | bundler (~> 1.0) |
294 | - rails_12factor (0.0.3) | |
295 | - rails_serve_static_assets | |
296 | - rails_stdout_logging | |
297 | 294 | rails_autolink (1.1.4) |
298 | 295 | rails (> 3.1) |
299 | 296 | railties (= 3.2.21) |
300 | - rails_serve_static_assets (0.0.2) | |
301 | - rails_stdout_logging (0.0.3) | |
302 | 297 | railties (3.2.21) |
303 | 298 | actionpack (= 3.2.21) |
304 | 299 | activesupport (= 3.2.21) |
... | ... | @@ -447,7 +442,6 @@ DEPENDENCIES |
447 | 442 | quiet_assets |
448 | 443 | rack-ssl |
449 | 444 | rack-ssl-enforcer |
450 | - rails_12factor | |
451 | 445 | rails_autolink |
452 | 446 | railties (~> 3.2.21) |
453 | 447 | ri_cal | ... | ... |