Commit 815c0f6b013d0426859e6dbac42403e56c01cfe3
1 parent
5bcbc927
Exists in
master
and in
1 other branch
Add dotenv-deployment
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
Gemfile
| @@ -29,6 +29,8 @@ gem 'draper' | @@ -29,6 +29,8 @@ gem 'draper' | ||
| 29 | gem 'errbit_plugin', github: 'errbit/errbit_plugin' | 29 | gem 'errbit_plugin', github: 'errbit/errbit_plugin' |
| 30 | gem 'errbit_github_plugin', github: 'errbit/errbit_github_plugin' | 30 | gem 'errbit_github_plugin', github: 'errbit/errbit_github_plugin' |
| 31 | 31 | ||
| 32 | +gem 'dotenv-deployment' | ||
| 33 | + | ||
| 32 | # Notification services | 34 | # Notification services |
| 33 | # --------------------------------------- | 35 | # --------------------------------------- |
| 34 | gem 'campy' | 36 | gem 'campy' |
Gemfile.lock
| @@ -117,6 +117,8 @@ GEM | @@ -117,6 +117,8 @@ GEM | ||
| 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) | 119 | dotenv (1.0.2) |
| 120 | + dotenv-deployment (0.2.0) | ||
| 121 | + dotenv (~> 1.0) | ||
| 120 | draper (1.4.0) | 122 | draper (1.4.0) |
| 121 | actionpack (>= 3.0) | 123 | actionpack (>= 3.0) |
| 122 | activemodel (>= 3.0) | 124 | activemodel (>= 3.0) |
| @@ -389,6 +391,7 @@ DEPENDENCIES | @@ -389,6 +391,7 @@ DEPENDENCIES | ||
| 389 | database_cleaner | 391 | database_cleaner |
| 390 | decent_exposure | 392 | decent_exposure |
| 391 | devise | 393 | devise |
| 394 | + dotenv-deployment | ||
| 392 | draper | 395 | draper |
| 393 | email_spec | 396 | email_spec |
| 394 | errbit_github_plugin! | 397 | errbit_github_plugin! |