From 34819d0bffb1c6be20e24a34a299f422b25a4ea2 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 07:18:40 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ADDRESSABLE-15924312 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 183e771..3cc31cd 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ gemspec group :development, :test do gem 'rspec', '~> 3.0.0' - gem 'webmock', '~> 3.14.0' + gem 'webmock', '~> 3.15.1' gem 'public_suffix', '< 5.0.0' end \ No newline at end of file