Added
Link Here
|
1 |
--- lib/hiera/backend/eyaml/plugins.rb.orig 2022-03-30 19:38:02 UTC |
2 |
+++ lib/hiera/backend/eyaml/plugins.rb |
3 |
@@ -33,6 +33,7 @@ class Hiera |
4 |
|
5 |
specs.each do |spec| |
6 |
next if @@plugins.include? spec |
7 |
+ spec = spec.to_spec if spec.respond_to?(:to_spec) |
8 |
|
9 |
dependency = spec.dependencies.find { |d| d.name == "hiera-eyaml" } |
10 |
next if dependency && !dependency.requirement.satisfied_by?( this_version ) |