diff options
| -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 |
