From 134e4c080779e45613ea241e3cf429c2260f18b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:28:07 +0000 Subject: [PATCH] Bump puma from 3.10.0 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 3.10.0 to 5.6.4. - [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.10.0...v5.6.4) --- 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 6b0c22c8..aaf58548 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "http://rubygems.org" gem 'rails', '5.1.4' -gem 'puma', '~> 3.7' +gem 'puma', '~> 5.6' # Declare your gem's dependencies in will_filter.gemspec. gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 9f0598cb..6612a681 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,8 @@ GEM pry (0.11.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - puma (3.10.0) + puma (5.6.4) + nio4r (~> 2.0) rack (2.0.3) rack-test (0.7.0) rack (>= 1.0, < 3) @@ -200,7 +201,7 @@ DEPENDENCIES jquery-ui-rails kaminari pry - puma (~> 3.7) + puma (~> 5.6) rails (= 5.1.4) rr rspec