File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ Gem::Specification.new do |s|
32
32
s . summary = "Puppet, an automated configuration management tool"
33
33
s . specification_version = 3
34
34
s . add_runtime_dependency ( %q<facter> , [ ">= 2.4.0" , "< 5" ] )
35
- s . add_runtime_dependency ( %q<hiera> , [ ">= 3.2.1" , "< 4" ] )
36
35
s . add_runtime_dependency ( %q<semantic_puppet> , "~> 1.0" )
37
36
s . add_runtime_dependency ( %q<fast_gettext> , ">= 2.1" , "< 3" )
38
37
s . add_runtime_dependency ( %q<locale> , "~> 2.1" )
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ gem_required_ruby_version: '>= 2.5.0'
19
19
gem_required_rubygems_version : ' > 1.3.1'
20
20
gem_runtime_dependencies :
21
21
facter : ['> 2.0.1', '< 5']
22
- hiera : ['>= 3.2.1', '< 4']
23
22
semantic_puppet : ' ~> 1.0'
24
23
fast_gettext : ['>= 1.1', '< 3']
25
24
locale : ' ~> 2.1'
You can’t perform that action at this time.
0 commit comments