We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d0e65 commit 4e3a9eaCopy full SHA for 4e3a9ea
2 files changed
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Bug fixes
6
7
* Added alias to_h for to_hash ([#277](https://github.com/railsconfig/config/issues/277))
8
+* Prevent unnecessary doubled loading of environment variables ([#291](https://github.com/rubyconfig/config/pull/291))
9
10
### Changes
11
lib/config.rb
@@ -42,7 +42,6 @@ def self.load_files(*files)
42
end
43
44
config.load!
45
- config.load_env! if use_env
46
config
47
48
0 commit comments