Skip to content

Commit f083d95

Browse files
authored
Add dependency of ostruct gem, to fix warning of ostruct was loaded (#363)
1 parent 86c47f2 commit f083d95

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* Fix warning: ostruct was loaded from the standard library ([#363](https://github.com/rubyconfig/config/pull/363))
6+
37
## 5.5.1
48

59
### Documentation

config.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Gem::Specification.new do |s|
2828
s.required_ruby_version = '>= 2.6.0'
2929

3030
s.add_dependency 'deep_merge', '~> 1.2', '>= 1.2.1'
31+
s.add_dependency 'ostruct'
3132

3233
s.add_development_dependency 'dry-validation', *Config::DryValidationRequirements::VERSIONS
3334
s.add_development_dependency 'rake', '~> 12.0', '>= 12.0.0'

0 commit comments

Comments
 (0)