From 73593933c5c5798dc3bb40b33df169226d748aad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Sep 2024 10:13:44 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-8062124 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c78af002..8886df86 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 7.1', '>= 7.1.3.4' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 6.4', '>= 6.4.2' +gem 'puma', '~> 6.4', '>= 6.4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 6.0', '>= 6.0.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index cee10216..dbc2ddfc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -320,7 +320,7 @@ GEM psych (5.1.2) stringio public_suffix (6.0.0) - puma (6.4.2) + puma (6.4.3) nio4r (~> 2.0) racc (1.8.0) rack (3.1.7) @@ -524,7 +524,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) poltergeist (>= 1.18.1) pry-rails - puma (~> 6.4, >= 6.4.2) + puma (~> 6.4, >= 6.4.3) rack-maintenance (~> 3.0) rails (~> 7.1, >= 7.1.3.4) rollbar