We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7c46a commit 9e0682fCopy full SHA for 9e0682f
1 file changed
lib/dotenv.rb
@@ -45,6 +45,4 @@ def replace_newline_character(string)
45
end
46
47
48
-if ENV['RACK_ENV'] == 'development' || ENV['RACK_ENV'] == 'test'
49
- Dotenv.new.load %w[.env.local .env]
50
-end
+Dotenv.new.load %w[.env.local .env]
0 commit comments