From fc99583ff96adcaafe9fae9dd86a254f053c532a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 15:56:05 +0000 Subject: [PATCH] Bump puma from 4.0.0 to 4.3.5 Bumps [puma](https://github.com/puma/puma) from 4.0.0 to 4.3.5. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a5502c4..b85eb6f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "rubocop", ">= 0.47", require: false gem "rails", "~> 5.2.0" gem "webpacker", "~> 4.0.0" -gem "puma", "~> 4.0" +gem "puma", "~> 4.3" # Specify your gem's dependencies in webpacker-react.gemspec gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 3471854..398caec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,14 +83,14 @@ GEM mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) - nio4r (2.4.0) + nio4r (2.5.2) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) parallel (1.17.0) parser (2.6.3.0) ast (~> 2.4.0) public_suffix (3.1.1) - puma (4.0.0) + puma (4.3.5) nio4r (~> 2.0) rack (2.0.7) rack-proxy (0.6.5) @@ -165,7 +165,7 @@ DEPENDENCIES bundler (~> 1.13) capybara minitest (~> 5.0) - puma (~> 4.0) + puma (~> 4.3) rails (~> 5.2.0) rake (~> 12.0) rubocop (>= 0.47)