Add dotenv

This commit is contained in:
2020-11-09 09:54:26 +01:00
parent 259856a033
commit 6d59938e0d
5 changed files with 20 additions and 3 deletions

View File

@@ -25,6 +25,8 @@ gem 'jbuilder', '~> 2.7'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false
gem 'dotenv-rails', groups: [:development, :test]
gem 'net-ldap'
group :development, :test do