From 13753fcadf90735dcbb6c1348c5ea60b7ce64137 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Oct 2023 16:21:21 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5ddbad1..c7ffb88 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :development, :test do gem 'sqlite3' gem 'better_errors' gem 'binding_of_caller' - gem 'meta_request' + gem 'meta_request', '>= 0.4.3' gem 'pry' end