Commit a4872f04de459fd872d8c6d7132dc5d57e420d12

Authored by Chulki Lee
1 parent 42dcb09c
Exists in master and in 1 other branch production

use dotenv-rails

Showing 2 changed files with 5 additions and 5 deletions   Show diff stats
@@ -31,7 +31,7 @@ gem 'draper' @@ -31,7 +31,7 @@ gem 'draper'
31 gem 'errbit_plugin', github: 'errbit/errbit_plugin' 31 gem 'errbit_plugin', github: 'errbit/errbit_plugin'
32 gem 'errbit_github_plugin', github: 'errbit/errbit_github_plugin' 32 gem 'errbit_github_plugin', github: 'errbit/errbit_github_plugin'
33 33
34 -gem 'dotenv-deployment' 34 +gem 'dotenv-rails'
35 35
36 # Notification services 36 # Notification services
37 # --------------------------------------- 37 # ---------------------------------------
@@ -116,9 +116,9 @@ GEM @@ -116,9 +116,9 @@ GEM
116 thread_safe (~> 0.1) 116 thread_safe (~> 0.1)
117 warden (~> 1.2.3) 117 warden (~> 1.2.3)
118 diff-lcs (1.2.5) 118 diff-lcs (1.2.5)
119 - dotenv (1.0.2)  
120 - dotenv-deployment (0.2.0)  
121 - dotenv (~> 1.0) 119 + dotenv (2.0.0)
  120 + dotenv-rails (2.0.0)
  121 + dotenv (= 2.0.0)
122 draper (1.4.0) 122 draper (1.4.0)
123 actionpack (>= 3.0) 123 actionpack (>= 3.0)
124 activemodel (>= 3.0) 124 activemodel (>= 3.0)
@@ -410,7 +410,7 @@ DEPENDENCIES @@ -410,7 +410,7 @@ DEPENDENCIES
410 database_cleaner 410 database_cleaner
411 decent_exposure 411 decent_exposure
412 devise 412 devise
413 - dotenv-deployment 413 + dotenv-rails
414 draper 414 draper
415 email_spec 415 email_spec
416 errbit_github_plugin! 416 errbit_github_plugin!