test-kitchen / busser-serverspec

A Busser runner plugin for the serverspec testing library
Other
54 stars 41 forks source link

Gem pulled from rubygems? #70

Closed voidlily closed 1 year ago

voidlily commented 1 year ago

:speaking_head: Foreword

Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.

:ghost: Brief Description

My chef tests started failing a few hours ago. I ended up finding this dependency error

       /usr/share/rubygems/rubygems/resolver/installer_set.rb:70:in `add_always_install': Unable to resolve dependency: user requested 'busser-serverspec (>= 0)' (Gem::UnsatisfiableDependencyError)

Then looking on rubygems, it looks like the gem was yanked.

https://rubygems.org/gems/busser-serverspec

Has this gem been deprecated? Is there a replacement that can be used instead?

Version

[Version of the project installed]

Environment

[Details about the environment such as the Operating System, cookbook details, etc...]

Scenario

[What you are trying to achieve and you can't?]

Steps to Reproduce

[If you are filing an issue what are the things we need to do in order to repro your problem?]

example:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected Result

[What are you expecting to happen as the consequence of above reproduction steps?]

Actual Result

[What actually happens after the reproduction steps?]

:heavy_plus_sign: Additional context

Add any other context about the problem here. e.g. related issues or existing pull requests.

damacus commented 1 year ago

As discussed with a few people on Chef Slack

I can confirm. test-kitchen (me) doesn't have permission to publish the gem.
I'll get in contact with RubyGems.
But I highly suggest moving to a maintained gem, aka InSpec :+1: