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 739f45fCopy full SHA for 739f45f
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.0') # 1.13 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