Replace deprecated dotenv-rails
gem with dotenv
gem (#29173)
This commit is contained in:
parent
ec71c02c4b
commit
f386eb6c63
3 changed files with 4 additions and 7 deletions
|
@ -52,7 +52,7 @@ require_relative '../lib/active_record/batches'
|
|||
require_relative '../lib/simple_navigation/item_extensions'
|
||||
require_relative '../lib/http_extensions'
|
||||
|
||||
Dotenv::Railtie.load
|
||||
Dotenv::Rails.load
|
||||
|
||||
Bundler.require(:pam_authentication) if ENV['PAM_ENABLED'] == 'true'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue