From 87f2ccfea57b2a0f9395cc78502a6cb2029c5930 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Aug 2023 05:59:15 +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-5846204 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e2f0453..8a7ae56 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'jquery-turbolinks' # gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates the API under doc/api. # gem 'sdoc', '~> 0.4.0', group: :doc -gem 'puma' +gem 'puma', '>= 5.6.7' gem 'active_model_serializers' gem 'bootstrap-sass' gem 'font-awesome-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 11d9c4a..1aba076 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,12 +184,12 @@ GEM multipart-post (2.1.1) mysql2 (0.5.3) net-ldap (0.17.0) - nio4r (2.5.7) + nio4r (2.5.9) nokogiri (1.11.3) mini_portile2 (~> 2.5.0) racc (~> 1.4) public_suffix (4.0.6) - puma (5.2.2) + puma (6.3.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -329,7 +329,7 @@ DEPENDENCIES mysql2 (~> 0.5.0) net-ldap pmb-client (= 0.1.0)! - puma + puma (>= 5.6.7) rails (~> 6.1.0) rails-controller-testing rake