diff --git a/Gemfile b/Gemfile index ec596ad88..0e887b74c 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ group :test do gem 'webmock' end -group :production do +group :production, :staging do gem 'rails_12factor' end