Skip to content

Commit

Permalink
Add dependency of ostruct gem, to fix warning of ostruct was loaded
Browse files Browse the repository at this point in the history
Update CHANGELOG
  • Loading branch information
taketo1113 committed Sep 9, 2024
1 parent 86c47f2 commit 2a36077
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

* Fix warning: ostruct was loaded from the standard library ([#363](https://github.com/rubyconfig/config/pull/363))

## 5.5.1

### Documentation
Expand Down
1 change: 1 addition & 0 deletions config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.6.0'

s.add_dependency 'deep_merge', '~> 1.2', '>= 1.2.1'
s.add_dependency 'ostruct'

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

0 comments on commit 2a36077

Please sign in to comment.