maybe we need dotenv-rails in production, too?

This commit is contained in:
Emi Matchu 2014-09-11 22:26:39 -05:00
parent e60ae13399
commit 71f1ee643f

View file

@ -1,6 +1,6 @@
source 'http://rubygems.org'
gem 'dotenv-rails', :groups => [:development, :test]
gem 'dotenv-rails'
gem 'dotenv-deployment'
gem 'rails', '= 3.2.18'