From 14a2e2ec84a719294c970be4638f6465f862645d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Jul 2022 01:47:29 +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-TZINFO-2958048 --- background-processing/ExampleApp/Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/background-processing/ExampleApp/Gemfile b/background-processing/ExampleApp/Gemfile index 8af429b..4e35e9f 100644 --- a/background-processing/ExampleApp/Gemfile +++ b/background-processing/ExampleApp/Gemfile @@ -10,12 +10,12 @@ 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' +gem 'jbuilder', '~> 2.5', '>= 2.5.0' group :development, :test do gem 'byebug', platform: :mri