Skip to content

Commit 3c8b539

Browse files
committed
Add ostruct as runtime dependency
Until Ruby 4 ostruct was included in the vendored gems. We now need to explicitly list it.
1 parent 505ed5c commit 3c8b539

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openfact.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ Gem::Specification.new do |spec|
5050
spec.add_runtime_dependency 'benchmark', '< 0.6'
5151
spec.add_runtime_dependency 'hocon', '~> 1.3'
5252
spec.add_runtime_dependency 'logger', '~> 1.5'
53+
spec.add_runtime_dependency 'ostruct', '< 0.7'
5354
spec.add_runtime_dependency 'thor', ['>= 1.0.1', '< 2']
5455
end

0 commit comments

Comments
 (0)