Use dotenv to load .env configurations

This commit is contained in:
2020-04-06 11:21:40 +02:00
parent d55317fe43
commit 2b6e6ad99d
2 changed files with 6 additions and 0 deletions

View File

@@ -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