From 3b0d60adc58d1763717b253977eafa34625d25ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 15:54:38 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-FARADAY-15253521 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b3cebf9..e8ee543 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'uglifier', '>= 1.3.0' gem 'pg' # Use CoffeeScript for .coffee assets and views gem 'cocaine', '0.4.0' -gem 'travis' +gem 'travis', '>= 1.12.0' gem 'coffee-rails', '~> 4.2' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem 'turbolinks', '~> 5'