inspec/inspec-bin/Gemfile
Clinton Wolfe cdfb325ca3 Apply chefstyle -a, and manually remove duplicate requires
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2020-12-21 13:25:04 -05:00

7 lines
194 B
Ruby

source "https://rubygems.org"
main_gemspec = File.expand_path("inspec-bin.gemspec", __dir__)
if File.exist?(main_gemspec)
gemspec name: "inspec-bin"
else
gemspec name: "inspec-core-bin"
end