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 Nov 2, 2023
1 parent f961591 commit cda0999
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions example/relayer/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ GEM
gapic-common (>= 0.20.0, < 2.a)
google-cloud-errors (~> 1.0)
grpc-google-iam-v1 (~> 1.1)
google-protobuf (3.24.4-arm64-darwin)
google-protobuf (3.24.4-x86_64-linux)
google-protobuf (3.25.0-arm64-darwin)
google-protobuf (3.25.0-x86_64-linux)
googleapis-common-protos (1.4.0)
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.2)
Expand All @@ -131,10 +131,10 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grpc (1.59.0)
grpc (1.59.2)
google-protobuf (~> 3.24)
googleapis-common-protos-types (~> 1.0)
grpc (1.59.0-x86_64-linux)
grpc (1.59.2-x86_64-linux)
google-protobuf (~> 3.24)
googleapis-common-protos-types (~> 1.0)
grpc-google-iam-v1 (1.3.0)
Expand All @@ -161,7 +161,7 @@ GEM
minitest (5.20.0)
multi_json (1.15.0)
mysql2 (0.5.5)
net-imap (0.4.2)
net-imap (0.4.3)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -178,7 +178,7 @@ GEM
optparse (0.3.1)
os (1.1.4)
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.2)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -210,7 +210,7 @@ GEM
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down
14 changes: 7 additions & 7 deletions example/subscriber/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ GEM
gapic-common (>= 0.20.0, < 2.a)
google-cloud-errors (~> 1.0)
grpc-google-iam-v1 (~> 1.1)
google-protobuf (3.24.4-arm64-darwin)
google-protobuf (3.24.4-x86_64-linux)
google-protobuf (3.25.0-arm64-darwin)
google-protobuf (3.25.0-x86_64-linux)
googleapis-common-protos (1.4.0)
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.2)
Expand All @@ -131,10 +131,10 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grpc (1.59.0)
grpc (1.59.2)
google-protobuf (~> 3.24)
googleapis-common-protos-types (~> 1.0)
grpc (1.59.0-x86_64-linux)
grpc (1.59.2-x86_64-linux)
google-protobuf (~> 3.24)
googleapis-common-protos-types (~> 1.0)
grpc-google-iam-v1 (1.3.0)
Expand All @@ -161,7 +161,7 @@ GEM
minitest (5.20.0)
multi_json (1.15.0)
mysql2 (0.5.5)
net-imap (0.4.2)
net-imap (0.4.3)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -178,7 +178,7 @@ GEM
optparse (0.3.1)
os (1.1.4)
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.2)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -210,7 +210,7 @@ GEM
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down

0 comments on commit cda0999

Please sign in to comment.