We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e08101 + 6fae561 commit 04a5c43Copy full SHA for 04a5c43
Gemfile
@@ -19,6 +19,8 @@ end
19
gem "facter", *location_for(ENV['FACTER_LOCATION'] || ["~> 4.3"])
20
gem "semantic_puppet", *location_for(ENV['SEMANTIC_PUPPET_LOCATION'] || ["~> 1.0"])
21
gem "puppet-resource_api", *location_for(ENV['RESOURCE_API_LOCATION'] || ["~> 1.5"])
22
+gem 'ostruct', '~> 0.6.0'
23
+gem 'benchmark', '~> 0.3.0'
24
25
group(:features) do
26
gem 'diff-lcs', '~> 1.3', require: false
0 commit comments