From cc5004c0362187652a09bed6e5ff6e772d4c89d2 Mon Sep 17 00:00:00 2001 From: Duc Anh Nguyen Date: Fri, 14 Apr 2017 12:35:25 +0700 Subject: [PATCH] deploy/ gem rails_12factor --- Gemfile | 4 ++++ Gemfile.lock | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/Gemfile b/Gemfile index c3046e7..4d240f5 100644 --- a/Gemfile +++ b/Gemfile @@ -54,6 +54,10 @@ group :development do gem 'capistrano-rvm' end +group :production do + gem 'rails_12factor' +end + # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/Gemfile.lock b/Gemfile.lock index 7fe142c..2cfb86d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,12 @@ GEM nokogiri (~> 1.6) rails-html-sanitizer (1.0.3) loofah (~> 2.0) + rails_12factor (0.0.3) + rails_serve_static_assets + rails_stdout_logging rails_param (0.9.0) + rails_serve_static_assets (0.0.5) + rails_stdout_logging (0.0.5) railties (5.0.1) actionpack (= 5.0.1) activesupport (= 5.0.1) @@ -299,6 +304,7 @@ DEPENDENCIES puma (~> 3.6.2) rack-cors rails (~> 5.0.1) + rails_12factor rails_param responders (~> 2.0) rest-client