Skip to content

Commit 65af7cf

Browse files
committed
Pin multi_json to < 1.16
1 parent c6826fd commit 65af7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvox.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727
spec.add_runtime_dependency('fast_gettext', '>= 2.1', '< 4')
2828
spec.add_runtime_dependency('getoptlong', '~> 0.2.0')
2929
spec.add_runtime_dependency('locale', '~> 2.1')
30-
spec.add_runtime_dependency('multi_json', '~> 1.13')
30+
spec.add_runtime_dependency('multi_json', '~> 1.13', '< 1.16') # 1.15 is what perforce used
3131
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')

0 commit comments

Comments
 (0)