Skip to content

Commit

Permalink
put back min json version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rama McIntosh committed Aug 25, 2024
1 parent 585f3c6 commit dfcbdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitfinex-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'eventmachine', '~> 1.2.7'
spec.add_runtime_dependency 'faraday-detailed_logger', '~> 2.5.0'
spec.add_runtime_dependency 'faye-websocket', '~> 0.11.3'
spec.add_runtime_dependency 'json', '~> 2.0'
spec.add_runtime_dependency 'json', '~> 2.0', '>= 2.2.0'
spec.add_runtime_dependency 'faraday_middleware', '~> 1.2.0'
spec.add_runtime_dependency 'emittr', '~> 0.1.0'
spec.add_runtime_dependency 'dotenv', '~> 2.7.6'
Expand Down

0 comments on commit dfcbdc1

Please sign in to comment.