Skip to content

Commit f1af0ef

Browse files
Lock JSON version until find route cause
1 parent 6f5e66d commit f1af0ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quickpay-ruby-client.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ Gem::Specification.new do |spec|
1919
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2020
spec.require_paths = ["lib"]
2121

22-
spec.add_dependency "json", "~> 2", ">= 2.5"
22+
# Allow 2.0 through 2.10.X to avoid breaking changes in 2.11.0
23+
spec.add_dependency "json", "~> 2.0", "< 2.11"
2324
end

0 commit comments

Comments
 (0)