From 26e15192eb4bf9831d1db6af82c3765b401bd543 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Thu, 26 May 2022 17:18:46 +0200 Subject: [PATCH] bundle update --- Gemfile.lock | 34 +++++++++++++++++----------------- lib/lnrpc/client.rb | 1 + 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a15220b..3af3aae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/lib/lnrpc/client.rb b/lib/lnrpc/client.rb index a2983c4..a4d8c12 100644 --- a/lib/lnrpc/client.rb +++ b/lib/lnrpc/client.rb @@ -1,4 +1,5 @@ require "grpc" +require "digest" require "lnrpc/macaroon_interceptor" module Lnrpc class Client