From a5ff2419f42e2773d4c86a31fc724b4d4e8d11aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Mar 2026 11:28:19 +0000 Subject: [PATCH] fix: example/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762697 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762331 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762701 --- example/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile b/example/Gemfile index 73e40be..6317c8c 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.5' gem 'u2f'#, path: '../.'