mirror of
https://github.com/bumi/lnrpc
synced 2025-06-16 13:25:34 +00:00
bundle update
This commit is contained in:
parent
ddeea4da42
commit
26e15192eb
34
Gemfile.lock
34
Gemfile.lock
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user