Skip to content

Commit 6fae561

Browse files
committed
adding ostruct and benchmark at their penultimate versions due to warnings at runtime and a future deprecation.
1 parent 7e08101 commit 6fae561

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)