From 4a0512026da65b3e4e1a9a9a1f3e55eee8a14ae8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Oct 2025 05:08:55 +0000 Subject: [PATCH] fix: builders/testdata/ruby/version_specified_gemfile/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13378928 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378930 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378932 - https://snyk.io/vuln/SNYK-RUBY-RACK-13535097 - https://snyk.io/vuln/SNYK-RUBY-RACK-13524628 - https://snyk.io/vuln/SNYK-RUBY-SINATRA-13535098 --- builders/testdata/ruby/version_specified_gemfile/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/testdata/ruby/version_specified_gemfile/Gemfile b/builders/testdata/ruby/version_specified_gemfile/Gemfile index 20ae5fd33..592ac2b73 100644 --- a/builders/testdata/ruby/version_specified_gemfile/Gemfile +++ b/builders/testdata/ruby/version_specified_gemfile/Gemfile @@ -13,5 +13,5 @@ # limitations under the License. source "https://rubygems.org" -gem "sinatra", "~> 2.0" +gem "sinatra", "~> 4.2", ">= 4.2.0" ruby '~> 2.5.0'