From b9fd7437f50000b868c2ab21e25c250a265befbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:35:44 +0000 Subject: [PATCH] Bump puma from 5.6.7 to 5.6.8 Bumps [puma](https://github.com/puma/puma) from 5.6.7 to 5.6.8. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.6.7...v5.6.8) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 29b381e1..2ae28c0a 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'mysql2' gem 'omniauth', '1.9.2' gem 'omniauth-oauth2' gem 'omniauth-rails_csrf_protection' -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' gem 'rails', '~> 7.0.6' gem 'rsolr', '>= 1.0', '< 3' gem 'sassc-rails', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 5cae73c3..9d1f0ec7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -341,7 +341,7 @@ GEM net-smtp (0.3.3) net-protocol net-ssh (7.2.0) - nio4r (2.5.9) + nio4r (2.7.0) nokogiri (1.15.4-arm64-darwin) racc (~> 1.4) nokogiri (1.15.4-x86_64-linux) @@ -372,7 +372,7 @@ GEM psych (5.1.0) stringio public_suffix (5.0.3) - puma (5.6.7) + puma (5.6.8) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -591,7 +591,7 @@ DEPENDENCIES omniauth (= 1.9.2) omniauth-oauth2 omniauth-rails_csrf_protection - puma (~> 5.0) + puma (~> 5.6) rails (~> 7.0.6) rsolr (>= 1.0, < 3) rspec-rails