Tag: Ruby

  • Installing Inspec for RubyGems on Windows

    I came across this as I was trying to install inspec to run against some Packer builds. The Github documentation only covers how to install inspec, and not the pre-requisites. You likely experienced an error such as “[…] requires installed build tools” and you may try to run gem install buildtools However, What you need to do…