From a4872f04de459fd872d8c6d7132dc5d57e420d12 Mon Sep 17 00:00:00 2001 From: Chulki Lee Date: Mon, 9 Mar 2015 21:32:02 -0700 Subject: [PATCH] use dotenv-rails --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 26be2f4..314ced0 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'draper' gem 'errbit_plugin', github: 'errbit/errbit_plugin' gem 'errbit_github_plugin', github: 'errbit/errbit_github_plugin' -gem 'dotenv-deployment' +gem 'dotenv-rails' # Notification services # --------------------------------------- diff --git a/Gemfile.lock b/Gemfile.lock index 1e4ad93..8b78ff6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,9 +116,9 @@ GEM thread_safe (~> 0.1) warden (~> 1.2.3) diff-lcs (1.2.5) - dotenv (1.0.2) - dotenv-deployment (0.2.0) - dotenv (~> 1.0) + dotenv (2.0.0) + dotenv-rails (2.0.0) + dotenv (= 2.0.0) draper (1.4.0) actionpack (>= 3.0) activemodel (>= 3.0) @@ -410,7 +410,7 @@ DEPENDENCIES database_cleaner decent_exposure devise - dotenv-deployment + dotenv-rails draper email_spec errbit_github_plugin! -- libgit2 0.21.2