Skip to content

Commit 04a5c43

Browse files
authored
Merge pull request #6 from OpenVoxProject/gem_fixes
adding ostruct and benchmark at their penultimate versions due to war…
2 parents 7e08101 + 6fae561 commit 04a5c43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ end
1919
gem "facter", *location_for(ENV['FACTER_LOCATION'] || ["~> 4.3"])
2020
gem "semantic_puppet", *location_for(ENV['SEMANTIC_PUPPET_LOCATION'] || ["~> 1.0"])
2121
gem "puppet-resource_api", *location_for(ENV['RESOURCE_API_LOCATION'] || ["~> 1.5"])
22+
gem 'ostruct', '~> 0.6.0'
23+
gem 'benchmark', '~> 0.3.0'
2224

2325
group(:features) do
2426
gem 'diff-lcs', '~> 1.3', require: false

0 commit comments

Comments
 (0)