diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-07 07:35:50 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-07 07:35:50 -0700 |
| commit | 71d5a2a45f19fd286d2a4393e6826047df7cecc4 (patch) | |
| tree | 637c2329ea790ca5d4cbf3704242008a4c8023b7 | |
| parent | a88ad997c94f92c65db5e0af105a5c9b874cead1 (diff) | |
add dotenv-rails.
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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 |
