From 189918db7bd3e81dbdbb5cfc335584b2c51d3f45 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Sat, 28 May 2022 23:37:08 +0000
Subject: [PATCH] fix: assets/hello-world/Gemfile &
 assets/hello-world/Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-2848599
- https://snyk.io/vuln/SNYK-RUBY-RACK-2848600
---
 assets/hello-world/Gemfile      | 2 +-
 assets/hello-world/Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/assets/hello-world/Gemfile b/assets/hello-world/Gemfile
index e965cf0c..bb6f507d 100644
--- a/assets/hello-world/Gemfile
+++ b/assets/hello-world/Gemfile
@@ -1,3 +1,3 @@
 source "https://rubygems.org"
 
-gem "rack"
+gem "rack", ">= 2.1.4.1"
diff --git a/assets/hello-world/Gemfile.lock b/assets/hello-world/Gemfile.lock
index 4f175ac7..62ca0ef1 100644
--- a/assets/hello-world/Gemfile.lock
+++ b/assets/hello-world/Gemfile.lock
@@ -1,13 +1,13 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    rack (2.1.4)
+    rack (2.2.3.1)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
-  rack
+  rack (>= 2.1.4.1)
 
 BUNDLED WITH
    2.1.4