Skip to content

Commit

Permalink
Require json 2.8.1 or later
Browse files Browse the repository at this point in the history
Because it changed `JSON.pretty_generate` result. We want to get
stable result. So we require recent json.
  • Loading branch information
kou committed Nov 12, 2024
1 parent cacc9e8 commit 0e271f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grntest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency("groonga-log")
spec.add_runtime_dependency("groonga-query-log", ">= 1.4.1")
spec.add_runtime_dependency("groonga-synonym")
spec.add_runtime_dependency("json")
spec.add_runtime_dependency("json", ">= 2.8.1")
spec.add_runtime_dependency("msgpack")
spec.add_runtime_dependency("rexml")

Expand Down

0 comments on commit 0e271f1

Please sign in to comment.