Skip to content

Commit

Permalink
Update json_pure version to fix error that occurred when JSON::Pure::…
Browse files Browse the repository at this point in the history
…Parser was removed from 2.8.0
  • Loading branch information
azuchi committed Nov 11, 2024
1 parent 5da9ebe commit ca4f1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tapyrusrb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "iniparse"
spec.add_runtime_dependency "siphash"
spec.add_runtime_dependency "activesupport", ">= 5.2.3"
spec.add_runtime_dependency "json_pure", "2.6.3"
spec.add_runtime_dependency "json_pure", ">= 2.6.3", '< 2.8.0'
spec.add_runtime_dependency "terminal-table", "~> 3.0.2"
spec.add_runtime_dependency "jwt"

Expand Down

0 comments on commit ca4f1fc

Please sign in to comment.