From c4013aa8df7771aeecbb51f82aaf5041015ec227 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 10:17:03 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.1 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.1. - [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.1...v4.3.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b7d256a..4888618 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "rails", "~> 5.2.1" # Use postgresql as the database for Active Record gem "pg", ">= 0.18", "< 2.0" # Use Puma as the app server -gem "puma", "~> 3.12" +gem "puma", "~> 4.3" # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker gem "webpacker" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/Gemfile.lock b/Gemfile.lock index 9689e73..0fe4be1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,8 @@ GEM ast (~> 2.4.0) pg (1.1.4) public_suffix (3.1.0) - puma (3.12.1) + puma (4.3.1) + nio4r (~> 2.0) rack (2.0.7) rack-proxy (0.6.4) rack @@ -246,7 +247,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mini_magick (~> 4.9) pg (>= 0.18, < 2.0) - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.2.1) rspec-rails (~> 3.8) rspec_junit_formatter