From 4c403f4e729e43a4ab2e4bd143433e8b2e7e5900 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Oct 2022 02:30:25 +0000 Subject: [PATCH] fix: background-processing/ExampleApp/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-3052880 --- background-processing/ExampleApp/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/background-processing/ExampleApp/Gemfile b/background-processing/ExampleApp/Gemfile index 8af429b..f70ac61 100644 --- a/background-processing/ExampleApp/Gemfile +++ b/background-processing/ExampleApp/Gemfile @@ -10,9 +10,9 @@ gem "aws-sdk" gem 'sidekiq' gem 'sinatra', github: 'sinatra/sinatra' -gem 'sass-rails', '~> 5.0' +gem 'sass-rails', '~> 5.0', '>= 5.0.5' gem 'uglifier', '>= 1.3.0' -gem 'coffee-rails', '~> 4.2' +gem 'coffee-rails', '~> 4.2', '>= 4.2.1' gem 'jquery-rails' gem 'turbolinks', '~> 5' gem 'jbuilder', '~> 2.5'