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 5fefe66 commit ef7a499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoinrb.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 'eventmachine_httpserver'
spec.add_runtime_dependency 'iniparse'
spec.add_runtime_dependency 'siphash'
spec.add_runtime_dependency 'json_pure', '>= 2.3.1'
spec.add_runtime_dependency 'json_pure', '>= 2.3.1', '< 2.8.0'
spec.add_runtime_dependency 'bip-schnorr', '>= 0.7.0'
spec.add_runtime_dependency 'base32', '>= 0.3.4'

Expand Down

0 comments on commit ef7a499

Please sign in to comment.