From a051a9d95537c1dc3d52151eeb51f9a30d0baa5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:15:10 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 4.3.9. - [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.0...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3500b14..a6a78c3 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ group :development, :test do gem 'faker' gem 'pry' gem 'pry-byebug' - gem 'puma', '~> 3.6' + gem 'puma', '~> 4.3' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index c8dde6a..76df146 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -913,7 +913,8 @@ GEM byebug (~> 10.0) pry (~> 0.10) public_suffix (4.0.6) - puma (3.12.0) + puma (4.3.9) + nio4r (~> 2.0) rack (2.2.3) rack-cache (1.8.0) rack (>= 0.4) @@ -1131,7 +1132,7 @@ DEPENDENCIES postgresql_cursor pry pry-byebug - puma (~> 3.6) + puma (~> 4.3) rack-mini-profiler rails (~> 5.2) rails-controller-testing