From cdd93f940168287b81ab1b448d2007cb00a46a6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Jul 2025 03:03:50 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-THOR-10843853 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5e1127e..58a4bd0 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org/' #ruby-gemset=gui ruby ">= 2.1.4" -gem 'activeadmin', '0.5.1' +gem 'activeadmin', '0.6.0'