From 07f0a6cc075140ed7dd3d9dc9ca04caac710a6c1 Mon Sep 17 00:00:00 2001 From: "junior.taeza" Date: Mon, 22 May 2023 13:53:36 -0400 Subject: [PATCH] Fix Gemfile --- tests/integration/apps/ruby/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/apps/ruby/Gemfile.lock b/tests/integration/apps/ruby/Gemfile.lock index adfc87b..82b2861 100644 --- a/tests/integration/apps/ruby/Gemfile.lock +++ b/tests/integration/apps/ruby/Gemfile.lock @@ -54,14 +54,14 @@ GEM ruby2_keywords (0.0.5) sinatra (3.0.5) mustermann (~> 3.0) - rack (3.0.1) + rack (~> 3.0.1) rack-protection (= 3.0.5) tilt (~> 2.0) table_print (1.5.7) thin (1.8.1) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) - rack (3.0.1) + rack (~> 3.0.1) tilt (2.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0)