Commit 093fbed2b7c1d04da64ee5a80f229b1a0da32ac6

Authored by Stephen Crosby
1 parent 117dbb8f
Exists in master and in 1 other branch production

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 101 gem 'unicorn', :require => false
102 102 end
103 103  
104   -group :heroku do
105   - gem 'rails_12factor'
106   -end
107 104  
108 105 # Gems used only for assets and not required
109 106 # in production environments by default.
... ...
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
... ...