Commit a4872f04de459fd872d8c6d7132dc5d57e420d12
1 parent
42dcb09c
Exists in
master
and in
1 other branch
use dotenv-rails
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
Gemfile
... | ... | @@ -31,7 +31,7 @@ gem 'draper' |
31 | 31 | gem 'errbit_plugin', github: 'errbit/errbit_plugin' |
32 | 32 | gem 'errbit_github_plugin', github: 'errbit/errbit_github_plugin' |
33 | 33 | |
34 | -gem 'dotenv-deployment' | |
34 | +gem 'dotenv-rails' | |
35 | 35 | |
36 | 36 | # Notification services |
37 | 37 | # --------------------------------------- | ... | ... |
Gemfile.lock
... | ... | @@ -116,9 +116,9 @@ GEM |
116 | 116 | thread_safe (~> 0.1) |
117 | 117 | warden (~> 1.2.3) |
118 | 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 | 122 | draper (1.4.0) |
123 | 123 | actionpack (>= 3.0) |
124 | 124 | activemodel (>= 3.0) |
... | ... | @@ -410,7 +410,7 @@ DEPENDENCIES |
410 | 410 | database_cleaner |
411 | 411 | decent_exposure |
412 | 412 | devise |
413 | - dotenv-deployment | |
413 | + dotenv-rails | |
414 | 414 | draper |
415 | 415 | email_spec |
416 | 416 | errbit_github_plugin! | ... | ... |