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 86c47f2 commit f083d95Copy full SHA for f083d95
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+* Fix warning: ostruct was loaded from the standard library ([#363](https://github.com/rubyconfig/config/pull/363))
6
7
## 5.5.1
8
9
### Documentation
config.gemspec
@@ -28,6 +28,7 @@ Gem::Specification.new do |s|
28
s.required_ruby_version = '>= 2.6.0'
29
30
s.add_dependency 'deep_merge', '~> 1.2', '>= 1.2.1'
31
+ s.add_dependency 'ostruct'
32
33
s.add_development_dependency 'dry-validation', *Config::DryValidationRequirements::VERSIONS
34
s.add_development_dependency 'rake', '~> 12.0', '>= 12.0.0'
0 commit comments