chef / chef-vault-testfixtures

provides an RSpec shared context for testing Chef cookbooks that use chef-vault
Apache License 2.0
7 stars 10 forks source link

Chef Workstation now Ships with Hashie 4.1.0 #39

Closed wduncanfraser closed 3 years ago

wduncanfraser commented 3 years ago

Chef workstation now ships with Hashie 4.1.0, and this gem is upper bound by Hashie < 4.

Failure/Error: require 'chef-vault/test_fixtures'

Gem::ConflictError:
  Unable to activate chef-vault-testfixtures-3.1.1, because hashie-4.1.0 conflicts with hashie (>= 2.0, < 4.0)
jmaziarz commented 3 years ago

I'm running into the same issue. Any chance this can be merged soon?

jblaine commented 3 years ago

I'm also running into this issue. There's even an open PR submitted that should fix the issue. It just needs someone to review it.

defurn commented 3 years ago

that would be great.