Commit 815c0f6b013d0426859e6dbac42403e56c01cfe3

Authored by Chulki Lee
1 parent 5bcbc927
Exists in master and in 1 other branch production

Add dotenv-deployment

Showing 2 changed files with 5 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -29,6 +29,8 @@ gem 'draper'
29 29 gem 'errbit_plugin', github: 'errbit/errbit_plugin'
30 30 gem 'errbit_github_plugin', github: 'errbit/errbit_github_plugin'
31 31  
  32 +gem 'dotenv-deployment'
  33 +
32 34 # Notification services
33 35 # ---------------------------------------
34 36 gem 'campy'
... ...
Gemfile.lock
... ... @@ -117,6 +117,8 @@ GEM
117 117 warden (~> 1.2.3)
118 118 diff-lcs (1.2.5)
119 119 dotenv (1.0.2)
  120 + dotenv-deployment (0.2.0)
  121 + dotenv (~> 1.0)
120 122 draper (1.4.0)
121 123 actionpack (>= 3.0)
122 124 activemodel (>= 3.0)
... ... @@ -389,6 +391,7 @@ DEPENDENCIES
389 391 database_cleaner
390 392 decent_exposure
391 393 devise
  394 + dotenv-deployment
392 395 draper
393 396 email_spec
394 397 errbit_github_plugin!
... ...