From e49c7366fff67aeb8f9a57b8e61fee5c21ec2e07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Feb 2026 09:31:00 +0000 Subject: [PATCH] fix: example/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-15307669 - https://snyk.io/vuln/SNYK-RUBY-RACK-15307670 --- example/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile b/example/Gemfile index 73e40be..1c5a35a 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -15,6 +15,6 @@ gem 'dm-types' gem 'dm-core' # Padrino Stable Gem -gem 'padrino', '0.12.4' +gem 'padrino', '0.12.9' gem 'u2f'#, path: '../.'