From 4477b543158fda606147353334259754bdc6f5a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Oct 2025 06:00:17 +0000 Subject: [PATCH] fix: example/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13524628 --- 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: '../.'