From 0745ac5b397ad2fc5a06cfaa8e5e6b3a2621c7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:10:20 +0000 Subject: [PATCH] Bump puma from 3.12.4 to 5.6.2 Bumps [puma](https://github.com/puma/puma) from 3.12.4 to 5.6.2. - [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/v3.12.4...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cfda8d1..aab67e6 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'jbuilder', '~> 2.5' gem 'jquery-rails' gem 'mini_magick' gem 'pg' -gem 'puma', '~> 3.12' +gem 'puma', '~> 5.6' gem 'rails', '~> 5.1.4' gem 'sass-rails', '~> 5.0' gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index f1d08b6..2250e6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,8 @@ GEM pry (~> 0.10) pry-rails (0.3.9) pry (>= 0.10.4) - puma (3.12.4) + puma (5.6.2) + nio4r (~> 2.0) rack (2.0.8) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -266,7 +267,7 @@ DEPENDENCIES pg pry-byebug pry-rails - puma (~> 3.12) + puma (~> 5.6) rails (~> 5.1.4) rails-controller-testing rspec-rails (~> 3.8)