summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 459ba6a..d4733e0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -57,3 +57,7 @@ end
# Use debugger
# gem 'debugger', group: [:development, :test]
+
+group :production, :staging do
+ gem 'rails_12factor'
+end