File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515# Make sure these gem requirements are in sync with the gempspec. Specifically,
1616# the runtime_dependencies in openvox.gemspec match the runtime dependencies here
17- # (like facter , semantic_puppet, and puppet-resource_api)
17+ # (like openfact , semantic_puppet, and puppet-resource_api)
1818
19- gem "facter " , *location_for ( ENV [ 'FACTER_LOCATION ' ] || [ "~> 4.3 " ] )
19+ gem "openfact " , *location_for ( ENV [ 'OPENFACT_LOCATION ' ] || [ "~> 5.0 " ] )
2020gem "semantic_puppet" , *location_for ( ENV [ 'SEMANTIC_PUPPET_LOCATION' ] || [ "~> 1.0" ] )
2121gem "puppet-resource_api" , *location_for ( ENV [ 'RESOURCE_API_LOCATION' ] || [ "~> 1.5" ] )
2222
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ Gem::Specification.new do |spec|
2424 spec . add_runtime_dependency ( 'benchmark' , '>= 0.3' , '< 0.5' )
2525 spec . add_runtime_dependency ( 'concurrent-ruby' , '~> 1.0' )
2626 spec . add_runtime_dependency ( 'deep_merge' , '~> 1.0' )
27- spec . add_runtime_dependency ( 'facter' , [ '>= 4.3.0' , '< 5' ] )
2827 spec . add_runtime_dependency ( 'fast_gettext' , '>= 2.1' , '< 4' )
2928 spec . add_runtime_dependency ( 'getoptlong' , '~> 0.2.0' )
3029 spec . add_runtime_dependency ( 'locale' , '~> 2.1' )
3130 spec . add_runtime_dependency ( 'multi_json' , '~> 1.13' )
31+ spec . add_runtime_dependency ( 'openfact' , '~> 5.0' )
3232 spec . add_runtime_dependency ( 'ostruct' , '~> 0.6.0' )
3333 spec . add_runtime_dependency ( 'puppet-resource_api' , '~> 1.5' )
3434 spec . add_runtime_dependency ( 'racc' , '~> 1.5' )
You can’t perform that action at this time.
0 commit comments