Skip to content

Commit

Permalink
Merge pull request #491 from martijnbolhuis/fix-circular-require-warning
Browse files Browse the repository at this point in the history
Solve circular require warning.
  • Loading branch information
bkeepers committed Feb 26, 2024
2 parents 6dd0385 + 7ede779 commit 96b05b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dotenv-rails.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require "dotenv/rails"
require "dotenv"
1 change: 0 additions & 1 deletion lib/dotenv/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
return
end

require "dotenv"
require "dotenv/replay_logger"
require "dotenv/log_subscriber"

Expand Down

0 comments on commit 96b05b0

Please sign in to comment.