We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6826fd commit 65af7cfCopy full SHA for 65af7cf
openvox.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
spec.add_runtime_dependency('fast_gettext', '>= 2.1', '< 4')
28
spec.add_runtime_dependency('getoptlong', '~> 0.2.0')
29
spec.add_runtime_dependency('locale', '~> 2.1')
30
- spec.add_runtime_dependency('multi_json', '~> 1.13')
+ spec.add_runtime_dependency('multi_json', '~> 1.13', '< 1.16') # 1.15 is what perforce used
31
spec.add_runtime_dependency('openfact', '~> 5.0')
32
spec.add_runtime_dependency('ostruct', '~> 0.6.0')
33
spec.add_runtime_dependency('puppet-resource_api', '~> 1.5')
0 commit comments