diff --git a/Gemfile b/Gemfile index e7d0479cb..0839d15cf 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,7 @@ gem 'sentry-raven' group :production do gem 'pg' + gem 'rails_12factor' end group :assets do diff --git a/Gemfile.lock b/Gemfile.lock index 3841724ef..f99e4da3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -203,6 +203,11 @@ GEM activesupport (= 3.2.14) bundler (~> 1.0) railties (= 3.2.14) + rails_12factor (0.0.2) + rails_serve_static_assets + rails_stdout_logging + rails_serve_static_assets (0.0.1) + rails_stdout_logging (0.0.2) railties (3.2.14) actionpack (= 3.2.14) activesupport (= 3.2.14) @@ -330,6 +335,7 @@ DEPENDENCIES poltergeist quiet_assets rails (= 3.2.14) + rails_12factor rb-fsevent rspec-rails sanitize