We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585f3c6 commit dfcbdc1Copy full SHA for dfcbdc1
bitfinex-rb.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
spec.add_runtime_dependency 'eventmachine', '~> 1.2.7'
21
spec.add_runtime_dependency 'faraday-detailed_logger', '~> 2.5.0'
22
spec.add_runtime_dependency 'faye-websocket', '~> 0.11.3'
23
- spec.add_runtime_dependency 'json', '~> 2.0'
+ spec.add_runtime_dependency 'json', '~> 2.0', '>= 2.2.0'
24
spec.add_runtime_dependency 'faraday_middleware', '~> 1.2.0'
25
spec.add_runtime_dependency 'emittr', '~> 0.1.0'
26
spec.add_runtime_dependency 'dotenv', '~> 2.7.6'
0 commit comments