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 Apr 18, 2024
1 parent c1d84bc commit 3a1afcd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions example/relayer/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GEM
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday-retry (2.2.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.16.3)
gapic-common (0.21.1)
Expand All @@ -108,7 +108,7 @@ GEM
google-cloud-core (~> 1.5)
google-cloud-pubsub-v1 (~> 0.20)
retriable (~> 3.1)
google-cloud-pubsub-v1 (0.22.0)
google-cloud-pubsub-v1 (0.23.0)
gapic-common (>= 0.21.1, < 2.a)
google-cloud-errors (~> 1.0)
google-iam-v1 (>= 0.7, < 2.a)
Expand Down Expand Up @@ -157,7 +157,7 @@ GEM
net-pop
net-smtp
marcel (1.0.4)
method_source (1.0.0)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.22.3)
multi_json (1.15.0)
Expand All @@ -174,13 +174,13 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nokogiri (1.16.3-arm64-darwin)
nokogiri (1.16.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
optparse (0.4.0)
optparse (0.5.0)
os (1.1.4)
public_suffix (5.0.4)
public_suffix (5.0.5)
racc (1.7.3)
rack (2.2.9)
rack-test (2.1.0)
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.1.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down
16 changes: 8 additions & 8 deletions example/subscriber/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GEM
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday-retry (2.2.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.16.3)
gapic-common (0.21.1)
Expand All @@ -108,7 +108,7 @@ GEM
google-cloud-core (~> 1.5)
google-cloud-pubsub-v1 (~> 0.20)
retriable (~> 3.1)
google-cloud-pubsub-v1 (0.22.0)
google-cloud-pubsub-v1 (0.23.0)
gapic-common (>= 0.21.1, < 2.a)
google-cloud-errors (~> 1.0)
google-iam-v1 (>= 0.7, < 2.a)
Expand Down Expand Up @@ -157,7 +157,7 @@ GEM
net-pop
net-smtp
marcel (1.0.4)
method_source (1.0.0)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.22.3)
multi_json (1.15.0)
Expand All @@ -174,13 +174,13 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nokogiri (1.16.3-arm64-darwin)
nokogiri (1.16.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
optparse (0.4.0)
optparse (0.5.0)
os (1.1.4)
public_suffix (5.0.4)
public_suffix (5.0.5)
racc (1.7.3)
rack (2.2.9)
rack-test (2.1.0)
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.1.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down

0 comments on commit 3a1afcd

Please sign in to comment.