maybe we need dotenv-rails in production, too?
This commit is contained in:
parent
e60ae13399
commit
71f1ee643f
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
gem 'dotenv-rails', :groups => [:development, :test]
|
gem 'dotenv-rails'
|
||||||
gem 'dotenv-deployment'
|
gem 'dotenv-deployment'
|
||||||
|
|
||||||
gem 'rails', '= 3.2.18'
|
gem 'rails', '= 3.2.18'
|
||||||
|
|
Loading…
Reference in a new issue