Skip to content

Commit b0ab435

Browse files
authored
Merge pull request #7 from OpenVoxProject/gem_fixes
adding new Gemfile entrties into the puppet.gemspec file as runtime d…
2 parents 04a5c43 + 7e4903d commit b0ab435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

puppet.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Gem::Specification.new do |spec|
3030
spec.add_runtime_dependency('puppet-resource_api', '~> 1.5')
3131
spec.add_runtime_dependency('scanf', '~> 1.0')
3232
spec.add_runtime_dependency('semantic_puppet', '~> 1.0')
33+
spec.add_runtime_dependency('ostruct', '~> 0.6.0')
34+
spec.add_runtime_dependency('benchmark', '~> 0.3.0')
3335

3436
platform = spec.platform.to_s
3537
if platform == 'universal-darwin'

0 commit comments

Comments
 (0)