mattray / inspec-iggy

InSpec CLI plugin for generating compliance controls from Terraform and CloudFormation
Apache License 2.0
106 stars 18 forks source link

macOS High Sierra #19

Closed djgoku closed 5 years ago

djgoku commented 5 years ago

I am getting the following when when trying to install:

$ ruby --version
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin17]

$ gem list inspec

*** LOCAL GEMS ***

inspec (3.0.0)

$ inspec plugin install inspec-iggy
[2018-10-18T08:47:32-05:00] ERROR: Could not load plugin inspec-iggy: Unable to resolve dependency: user requested 'inspec-iggy (> 0)'
[2018-10-18T08:47:32-05:00] ERROR: Errors were encountered while loading plugins...
[2018-10-18T08:47:32-05:00] ERROR: Plugin name: inspec-iggy
[2018-10-18T08:47:32-05:00] ERROR: Error: Unable to resolve dependency: user requested 'inspec-iggy (> 0)'
[2018-10-18T08:47:32-05:00] ERROR: Run again with --debug for a stacktrace.
mattray commented 5 years ago

Does this issue still persist? Is it possible you tried to install the plugin before it was published to rubygems?

Did you previously have inspec-iggy installed?

djgoku commented 5 years ago

That is a good question. I deleted ~/.inspec directory and reinstalled and it is working now.