From 71d5a2a45f19fd286d2a4393e6826047df7cecc4 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 7 Feb 2015 07:35:50 -0700 Subject: add dotenv-rails. --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index e259d5e..812b7f0 100644 --- a/Gemfile +++ b/Gemfile @@ -53,5 +53,6 @@ group :development, :test do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'pry-rails' + gem 'dotenv-rails' end diff --git a/Gemfile.lock b/Gemfile.lock index b8e447d..709cd85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,6 +62,8 @@ GEM debug_inspector (0.0.2) debugger-linecache (1.2.0) dotenv (1.0.2) + dotenv-rails (1.0.2) + dotenv (= 1.0.2) erubis (2.7.0) ethon (0.7.2) ffi (>= 1.3.0) @@ -204,6 +206,7 @@ DEPENDENCIES byebug chartkick coffee-rails (~> 4.1.0) + dotenv-rails foreman foundation-rails groupdate -- cgit v1.2.3