From 97e309aac0ea15483a1f97a42d04828700ea4cfc Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Tue, 6 Aug 2024 15:47:34 +0100 Subject: [PATCH] chore(deps): update examples to rack 3.1.7 --- example/animal-service/Gemfile.lock | 4 ++-- example/zoo-app/Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/animal-service/Gemfile.lock b/example/animal-service/Gemfile.lock index 837b9e4a..9f0e12dc 100644 --- a/example/animal-service/Gemfile.lock +++ b/example/animal-service/Gemfile.lock @@ -49,7 +49,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) racc (1.8.0) - rack (3.1.4) + rack (3.1.7) rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4) @@ -107,7 +107,7 @@ PLATFORMS DEPENDENCIES pact! pry - rack (>= 3.0.0) + rack (>= 3.1.5) rake rspec sequel diff --git a/example/zoo-app/Gemfile.lock b/example/zoo-app/Gemfile.lock index 37e63787..b4237fd7 100644 --- a/example/zoo-app/Gemfile.lock +++ b/example/zoo-app/Gemfile.lock @@ -63,7 +63,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) racc (1.8.0) - rack (3.1.4) + rack (3.1.7) rack-test (2.1.0) rack (>= 1.3) rackup (2.1.0) @@ -107,7 +107,7 @@ DEPENDENCIES pact! pact_broker-client pry - rack (>= 3.0.0) + rack (>= 3.1.5) rake rspec