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 9, 2023
1 parent 71e7261 commit 69cf204
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions example/relayer/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.1.1)
base64 (0.2.0)
builder (3.2.4)
byebug (11.1.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.3)
date (3.3.4)
dogstatsd-ruby (5.6.1)
erubi (1.12.0)
faraday (2.7.11)
Expand All @@ -104,7 +104,7 @@ GEM
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.3.1)
google-cloud-pubsub (2.15.4)
google-cloud-pubsub (2.15.5)
concurrent-ruby (~> 1.1)
google-cloud-core (~> 1.5)
google-cloud-pubsub-v1 (~> 0.8)
Expand All @@ -123,7 +123,7 @@ GEM
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.2)
grpc (~> 1.27)
googleapis-common-protos-types (1.9.0)
googleapis-common-protos-types (1.10.0)
google-protobuf (~> 3.18)
googleauth (1.8.1)
faraday (>= 0.17.3, < 3.a)
Expand Down Expand Up @@ -161,12 +161,12 @@ GEM
minitest (5.20.0)
multi_json (1.15.0)
mysql2 (0.5.5)
net-imap (0.4.3)
net-imap (0.4.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-protocol
Expand All @@ -175,10 +175,10 @@ GEM
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
optparse (0.3.1)
optparse (0.4.0)
os (1.1.4)
public_suffix (5.0.3)
racc (1.7.2)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -230,7 +230,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
thor (1.3.0)
timeout (0.4.0)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
websocket-driver (0.7.6)
Expand Down
18 changes: 9 additions & 9 deletions example/subscriber/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.1.1)
base64 (0.2.0)
builder (3.2.4)
byebug (11.1.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.3)
date (3.3.4)
dogstatsd-ruby (5.6.1)
erubi (1.12.0)
faraday (2.7.11)
Expand All @@ -104,7 +104,7 @@ GEM
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.3.1)
google-cloud-pubsub (2.15.4)
google-cloud-pubsub (2.15.5)
concurrent-ruby (~> 1.1)
google-cloud-core (~> 1.5)
google-cloud-pubsub-v1 (~> 0.8)
Expand All @@ -123,7 +123,7 @@ GEM
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.2)
grpc (~> 1.27)
googleapis-common-protos-types (1.9.0)
googleapis-common-protos-types (1.10.0)
google-protobuf (~> 3.18)
googleauth (1.8.1)
faraday (>= 0.17.3, < 3.a)
Expand Down Expand Up @@ -161,12 +161,12 @@ GEM
minitest (5.20.0)
multi_json (1.15.0)
mysql2 (0.5.5)
net-imap (0.4.3)
net-imap (0.4.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-protocol
Expand All @@ -175,10 +175,10 @@ GEM
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
optparse (0.3.1)
optparse (0.4.0)
os (1.1.4)
public_suffix (5.0.3)
racc (1.7.2)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -230,7 +230,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
thor (1.3.0)
timeout (0.4.0)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
websocket-driver (0.7.6)
Expand Down

0 comments on commit 69cf204

Please sign in to comment.