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 9ae4225 commit 81b5a49Copy full SHA for 81b5a49
.gitignore
@@ -23,4 +23,3 @@ mkmf.log
23
.env
24
todo
25
*.sw?
26
-.ruby-version
.ruby-version
@@ -0,0 +1 @@
1
+3.0.6
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'
- spec.add_runtime_dependency 'json', '~> 2.6.1'
+ spec.add_runtime_dependency 'json', '~> 2.5.1'
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'
0 commit comments