Skip to content

Commit

Permalink
chore(deps): lock file maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and sarub0b0 committed Sep 14, 2023
1 parent bae783a commit 45cdc56
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions example/relayer/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,16 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.1.1)
builder (3.2.4)
byebug (11.1.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.3)
dogstatsd-ruby (5.6.1)
erubi (1.12.0)
faraday (2.7.10)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
Expand Down Expand Up @@ -107,12 +109,12 @@ GEM
google-cloud-core (~> 1.5)
google-cloud-pubsub-v1 (~> 0.8)
retriable (~> 3.1)
google-cloud-pubsub-v1 (0.17.4)
gapic-common (>= 0.19.1, < 2.a)
google-cloud-pubsub-v1 (0.18.0)
gapic-common (>= 0.20.0, < 2.a)
google-cloud-errors (~> 1.0)
google-iam-v1 (>= 0.4, < 2.a)
google-iam-v1 (0.5.2)
gapic-common (>= 0.19.1, < 2.a)
google-iam-v1 (0.6.0)
gapic-common (>= 0.20.0, < 2.a)
google-cloud-errors (~> 1.0)
grpc-google-iam-v1 (~> 1.1)
google-protobuf (3.24.3-arm64-darwin)
Expand All @@ -123,17 +125,16 @@ GEM
grpc (~> 1.27)
googleapis-common-protos-types (1.8.0)
google-protobuf (~> 3.18)
googleauth (1.7.0)
googleauth (1.8.0)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grpc (1.57.0)
grpc (1.58.0)
google-protobuf (~> 3.23)
googleapis-common-protos-types (~> 1.0)
grpc (1.57.0-x86_64-linux)
grpc (1.58.0-x86_64-linux)
google-protobuf (~> 3.23)
googleapis-common-protos-types (~> 1.0)
grpc-google-iam-v1 (1.3.0)
Expand All @@ -155,7 +156,6 @@ GEM
net-pop
net-smtp
marcel (1.0.2)
memoist (0.16.2)
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
Expand Down
20 changes: 10 additions & 10 deletions example/subscriber/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,16 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.1.1)
builder (3.2.4)
byebug (11.1.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.3)
dogstatsd-ruby (5.6.1)
erubi (1.12.0)
faraday (2.7.10)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
Expand Down Expand Up @@ -107,12 +109,12 @@ GEM
google-cloud-core (~> 1.5)
google-cloud-pubsub-v1 (~> 0.8)
retriable (~> 3.1)
google-cloud-pubsub-v1 (0.17.4)
gapic-common (>= 0.19.1, < 2.a)
google-cloud-pubsub-v1 (0.18.0)
gapic-common (>= 0.20.0, < 2.a)
google-cloud-errors (~> 1.0)
google-iam-v1 (>= 0.4, < 2.a)
google-iam-v1 (0.5.2)
gapic-common (>= 0.19.1, < 2.a)
google-iam-v1 (0.6.0)
gapic-common (>= 0.20.0, < 2.a)
google-cloud-errors (~> 1.0)
grpc-google-iam-v1 (~> 1.1)
google-protobuf (3.24.3-arm64-darwin)
Expand All @@ -123,17 +125,16 @@ GEM
grpc (~> 1.27)
googleapis-common-protos-types (1.8.0)
google-protobuf (~> 3.18)
googleauth (1.7.0)
googleauth (1.8.0)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grpc (1.57.0)
grpc (1.58.0)
google-protobuf (~> 3.23)
googleapis-common-protos-types (~> 1.0)
grpc (1.57.0-x86_64-linux)
grpc (1.58.0-x86_64-linux)
google-protobuf (~> 3.23)
googleapis-common-protos-types (~> 1.0)
grpc-google-iam-v1 (1.3.0)
Expand All @@ -155,7 +156,6 @@ GEM
net-pop
net-smtp
marcel (1.0.2)
memoist (0.16.2)
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
Expand Down

0 comments on commit 45cdc56

Please sign in to comment.