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

View File

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