Skip to content

Commit

Permalink
Merge pull request #78 from skipkayhil/hm-ostruct-depend
Browse files Browse the repository at this point in the history
Add ostruct dependency due to default gem removal
  • Loading branch information
aetherknight authored Oct 2, 2024
2 parents 3bb0330 + 6105801 commit 09f651d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recursive-open-struct.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('rdoc', [">= 0"])
s.add_development_dependency('rspec', "~> 3.2")
s.add_development_dependency('simplecov', [">= 0"])

s.add_dependency('ostruct')
end

0 comments on commit 09f651d

Please sign in to comment.