Add rails_12factor to skip plugin injection on Heroku
This commit is contained in:
parent
a44eea76fa
commit
e0df098fce
1
Gemfile
1
Gemfile
|
@ -10,6 +10,7 @@ gem 'haml'
|
||||||
gem 'http_accept_language'
|
gem 'http_accept_language'
|
||||||
gem 'nokogiri'
|
gem 'nokogiri'
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
|
gem 'rails_12factor'
|
||||||
gem 'rails_admin'
|
gem 'rails_admin'
|
||||||
gem 'strong_parameters'
|
gem 'strong_parameters'
|
||||||
gem 'validates_formatting_of'
|
gem 'validates_formatting_of'
|
||||||
|
|
|
@ -110,6 +110,9 @@ GEM
|
||||||
activesupport (= 3.2.15)
|
activesupport (= 3.2.15)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
railties (= 3.2.15)
|
railties (= 3.2.15)
|
||||||
|
rails_12factor (0.0.2)
|
||||||
|
rails_serve_static_assets
|
||||||
|
rails_stdout_logging
|
||||||
rails_admin (0.4.9)
|
rails_admin (0.4.9)
|
||||||
bootstrap-sass (~> 2.2)
|
bootstrap-sass (~> 2.2)
|
||||||
builder (~> 3.0)
|
builder (~> 3.0)
|
||||||
|
@ -125,6 +128,8 @@ GEM
|
||||||
remotipart (~> 1.0)
|
remotipart (~> 1.0)
|
||||||
safe_yaml (~> 0.6)
|
safe_yaml (~> 0.6)
|
||||||
sass-rails (~> 3.1)
|
sass-rails (~> 3.1)
|
||||||
|
rails_serve_static_assets (0.0.1)
|
||||||
|
rails_stdout_logging (0.0.3)
|
||||||
railties (3.2.15)
|
railties (3.2.15)
|
||||||
actionpack (= 3.2.15)
|
actionpack (= 3.2.15)
|
||||||
activesupport (= 3.2.15)
|
activesupport (= 3.2.15)
|
||||||
|
@ -194,6 +199,7 @@ DEPENDENCIES
|
||||||
pg
|
pg
|
||||||
puma
|
puma
|
||||||
rails (~> 3.2)
|
rails (~> 3.2)
|
||||||
|
rails_12factor
|
||||||
rails_admin
|
rails_admin
|
||||||
sass-rails
|
sass-rails
|
||||||
simplecov
|
simplecov
|
||||||
|
|
Loading…
Reference in New Issue