From c493dbb47ea9f535d2b009a9241414bdcc5eb153 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 May 2024 17:13:57 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-7164639 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 225cb65..e14feac 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ end group:test do gem 'rspec-rails','2.6.1' - gem 'webrat', '0.7.1' + gem 'webrat', '0.7.2' gem 'spork', '0.9.0.rc8' gem 'autotest', '4.4.6' gem 'autotest-rails-pure', '4.1.2'