Commit e05221054df218c8aed2d581e9c83247de118f68
Exists in
master
and in
1 other branch
Merge pull request #765 from jarinudom/silence_heroku_warnings
Add rails_12factor gem to prevent Heroku plugin injection
Showing
2 changed files
with
9 additions
and
0 deletions
Show diff stats
Gemfile
@@ -101,6 +101,9 @@ group :heroku, :production do | @@ -101,6 +101,9 @@ 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 | ||
104 | 107 | ||
105 | # Gems used only for assets and not required | 108 | # Gems used only for assets and not required |
106 | # in production environments by default. | 109 | # in production environments by default. |
Gemfile.lock
@@ -291,9 +291,14 @@ GEM | @@ -291,9 +291,14 @@ 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 | ||
294 | rails_autolink (1.1.4) | 297 | rails_autolink (1.1.4) |
295 | rails (> 3.1) | 298 | rails (> 3.1) |
296 | railties (= 3.2.21) | 299 | railties (= 3.2.21) |
300 | + rails_serve_static_assets (0.0.2) | ||
301 | + rails_stdout_logging (0.0.3) | ||
297 | railties (3.2.21) | 302 | railties (3.2.21) |
298 | actionpack (= 3.2.21) | 303 | actionpack (= 3.2.21) |
299 | activesupport (= 3.2.21) | 304 | activesupport (= 3.2.21) |
@@ -442,6 +447,7 @@ DEPENDENCIES | @@ -442,6 +447,7 @@ DEPENDENCIES | ||
442 | quiet_assets | 447 | quiet_assets |
443 | rack-ssl | 448 | rack-ssl |
444 | rack-ssl-enforcer | 449 | rack-ssl-enforcer |
450 | + rails_12factor | ||
445 | rails_autolink | 451 | rails_autolink |
446 | railties (~> 3.2.21) | 452 | railties (~> 3.2.21) |
447 | ri_cal | 453 | ri_cal |