From d3bd0d63b5bf3aabe05c075c66a082a89e110e94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Mar 2026 05:56:06 +0000 Subject: [PATCH] fix: 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 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e88f4ed..43a414a 100644 --- a/Gemfile +++ b/Gemfile @@ -6,13 +6,13 @@ source "https://rubygems.org" gem 'http', '~> 3.0' gem 'dry-validation', '~> 0.11' gem 'dry-initializer', '~> 2.4' -gem 'activesupport', '>= 3.0' +gem 'activesupport', '>= 7.2.3.1' # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem 'rspec' - gem "shoulda", ">= 0" + gem "shoulda", ">= 3.6.0" gem "rdoc", "~> 3.12" gem "bundler", "~> 1.0" gem "juwelier", "~> 2.1.0"