From 2b6e6ad99d6a30bc69df83f784837d23444af769 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Mon, 6 Apr 2020 11:21:40 +0200 Subject: [PATCH] Use dotenv to load .env configurations --- Gemfile | 1 + Gemfile.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index ba15444..ccc2913 100644 --- a/Gemfile +++ b/Gemfile @@ -28,6 +28,7 @@ gem "sentry-raven" group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] + gem 'dotenv-rails' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 08533e0..01fe03f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,6 +66,10 @@ GEM crass (1.0.6) declarative (0.0.10) declarative-option (0.1.0) + dotenv (2.7.5) + dotenv-rails (2.7.5) + dotenv (= 2.7.5) + railties (>= 3.2, < 6.1) erubi (1.9.0) faraday (1.0.1) multipart-post (>= 1.2, < 3) @@ -216,6 +220,7 @@ PLATFORMS DEPENDENCIES bootsnap (>= 1.4.2) byebug + dotenv-rails google-api-client jbuilder listen