From 27e012df87ff07629e7062f93b0dbcb15138a4e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 02:49:19 +0000 Subject: [PATCH] fix: builders/testdata/ruby/version_specified_gemfile_26/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_26/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/testdata/ruby/version_specified_gemfile_26/Gemfile b/builders/testdata/ruby/version_specified_gemfile_26/Gemfile index 1728e1574..0508b8d4d 100644 --- a/builders/testdata/ruby/version_specified_gemfile_26/Gemfile +++ b/builders/testdata/ruby/version_specified_gemfile_26/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.6.0'