Require lndrpc >= 0.7.1

This commit is contained in:
bumi 2019-10-27 17:50:59 +01:00
parent 2f3f133de6
commit a8aef9f8fb
3 changed files with 32 additions and 29 deletions

View File

@ -1,55 +1,58 @@
PATH
remote: .
specs:
blockstream_satellite (0.1.0)
blockstream_satellite (0.2.0)
activesupport (>= 5.0.1)
faraday (> 0.8)
faraday_middleware (> 0.12)
lnrpc (>= 0.1.0)
lnrpc (>= 0.7.1)
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.2)
activesupport (6.0.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
concurrent-ruby (1.1.4)
zeitwerk (~> 2.1, >= 2.1.8)
concurrent-ruby (1.1.5)
diff-lcs (1.3)
faraday (0.15.4)
faraday (0.17.0)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
google-protobuf (3.6.1)
googleapis-common-protos-types (1.0.3)
google-protobuf (3.9.2)
googleapis-common-protos-types (1.0.4)
google-protobuf (~> 3.0)
grpc (1.18.0)
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
i18n (1.5.3)
grpc (1.24.0)
google-protobuf (~> 3.8)
googleapis-common-protos-types (~> 1.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
lnrpc (0.1.0)
grpc (>= 1.16.0)
minitest (5.11.3)
multipart-post (2.0.0)
lnrpc (0.8.0)
google-protobuf (>= 3.7)
grpc (>= 1.19.0)
minitest (5.12.2)
multipart-post (2.1.1)
rake (10.5.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
zeitwerk (2.2.0)
PLATFORMS
ruby
@ -61,4 +64,4 @@ DEPENDENCIES
rspec (~> 3.0)
BUNDLED WITH
1.17.2
1.17.3

View File

@ -39,6 +39,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_dependency "faraday", "> 0.8"
spec.add_dependency "faraday_middleware", ">0.12"
spec.add_dependency "lnrpc", ">= 0.5.2"
spec.add_dependency "lnrpc", ">= 0.7.1"
spec.add_dependency "activesupport", ">= 5.0.1"
end

View File

@ -1,3 +1,3 @@
module BlockstreamSatellite
VERSION = "0.2.0"
VERSION = "0.2.1"
end