From 42f91aeca157fd6117f16953bc406ee8fc5db58c Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Mon, 19 Oct 2015 10:44:37 +0200 Subject: [PATCH] added rails_12factor --- Gemfile | 1 + Gemfile.lock | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index 240c59a..f85a2cb 100644 --- a/Gemfile +++ b/Gemfile @@ -38,6 +38,7 @@ gem 'capybara' gem 'rails-i18n' gem 'puma' gem 'geocoder' +gem 'rails_12factor' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index 4d0bef2..059bbb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,6 +133,11 @@ GEM rails-i18n (4.0.5) i18n (~> 0.6) railties (~> 4.0) + rails_12factor (0.0.3) + rails_serve_static_assets + rails_stdout_logging + rails_serve_static_assets (0.0.4) + rails_stdout_logging (0.0.4) railties (4.2.4) actionpack (= 4.2.4) activesupport (= 4.2.4) @@ -227,6 +232,7 @@ DEPENDENCIES puma rails (= 4.2.4) rails-i18n + rails_12factor rspec-rails (~> 3.0) sass-rails (~> 5.0) sdoc (~> 0.4.0)