From 8523a0aa20342de423be5c66611fb023da48b79e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Oct 2025 17:29:39 +0000 Subject: [PATCH] fix: builders/testdata/ruby/rails_precompiled/Gemfile & builders/testdata/ruby/rails_precompiled/Gemfile.lock 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 --- .../testdata/ruby/rails_precompiled/Gemfile | 2 +- .../ruby/rails_precompiled/Gemfile.lock | 22 ++++++++++--------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/builders/testdata/ruby/rails_precompiled/Gemfile b/builders/testdata/ruby/rails_precompiled/Gemfile index e0d23eec9..7a97c0930 100644 --- a/builders/testdata/ruby/rails_precompiled/Gemfile +++ b/builders/testdata/ruby/rails_precompiled/Gemfile @@ -13,4 +13,4 @@ # limitations under the License. source "https://rubygems.org" -gem "sinatra", "~> 2.0" +gem "sinatra", "~> 2.0", ">= 2.0.5" diff --git a/builders/testdata/ruby/rails_precompiled/Gemfile.lock b/builders/testdata/ruby/rails_precompiled/Gemfile.lock index 30eaa2b3f..5183ab8b1 100644 --- a/builders/testdata/ruby/rails_precompiled/Gemfile.lock +++ b/builders/testdata/ruby/rails_precompiled/Gemfile.lock @@ -1,22 +1,24 @@ GEM remote: https://rubygems.org/ specs: - mustermann (1.0.3) - rack (2.0.6) - rack-protection (2.0.4) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) + rack (2.2.19) + rack-protection (2.2.4) rack - sinatra (2.0.4) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.4) + ruby2_keywords (0.0.5) + sinatra (2.2.4) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.4) tilt (~> 2.0) - tilt (2.0.8) + tilt (2.6.1) PLATFORMS ruby DEPENDENCIES - sinatra (~> 2.0) + sinatra (~> 2.0, >= 2.0.5) BUNDLED WITH - 1.17.1 + 2.3.27