From ddb1c0b00d6b07d7f1e5c93b8b843a6eeae81f6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 08:23:15 +0000 Subject: [PATCH] fix: example/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13535097 - https://snyk.io/vuln/SNYK-RUBY-SINATRA-13535098 --- 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: '../.'