1
0
mirror of https://github.com/bumi/lnrpc synced 2025-06-16 13:25:34 +00:00

bundle update

This commit is contained in:
bumi 2022-05-26 17:18:46 +02:00
parent ddeea4da42
commit 26e15192eb
2 changed files with 18 additions and 17 deletions

View File

@ -8,27 +8,27 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
diff-lcs (1.4.4) diff-lcs (1.5.0)
google-protobuf (3.17.3) google-protobuf (3.21.0)
googleapis-common-protos-types (1.1.0) googleapis-common-protos-types (1.3.1)
google-protobuf (~> 3.14) google-protobuf (~> 3.14)
grpc (1.38.0) grpc (1.46.3)
google-protobuf (~> 3.15) google-protobuf (~> 3.19)
googleapis-common-protos-types (~> 1.0) googleapis-common-protos-types (~> 1.0)
rake (13.0.6) rake (13.0.6)
rspec (3.10.0) rspec (3.11.0)
rspec-core (~> 3.10.0) rspec-core (~> 3.11.0)
rspec-expectations (~> 3.10.0) rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.10.0) rspec-mocks (~> 3.11.0)
rspec-core (3.10.1) rspec-core (3.11.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.11.0)
rspec-expectations (3.10.1) rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.11.0)
rspec-mocks (3.10.2) rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.11.0)
rspec-support (3.10.2) rspec-support (3.11.0)
PLATFORMS PLATFORMS
ruby ruby
@ -40,4 +40,4 @@ DEPENDENCIES
rspec (~> 3.0) rspec (~> 3.0)
BUNDLED WITH BUNDLED WITH
2.2.23 2.2.33

View File

@ -1,4 +1,5 @@
require "grpc" require "grpc"
require "digest"
require "lnrpc/macaroon_interceptor" require "lnrpc/macaroon_interceptor"
module Lnrpc module Lnrpc
class Client class Client