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
  • Loading branch information
taketo1113 committed Sep 6, 2024
1 parent 86c47f2 commit 5c018e5
Showing 1 changed file with 1 addition and 0 deletions.
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 5c018e5

Please sign in to comment.