From 5ccc8c3fe9a07bf604e1d60d1d417c0a4d181b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 08:04:22 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 4.3.8. - [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.11.4...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 36b421c..32dfb09 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'jbuilder', '~> 2.5' gem 'jquery-rails' gem 'jquery_mask_rails', '~> 0.1.0' gem 'nokogiri', '~> 1.8.1' -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' gem 'rails', '~> 5.0.0', '>= 5.0.0.1' gem 'rubocop', require: false gem 'sass-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index e20dc37..c59321d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,8 @@ GEM pg (1.0.0) powerpack (0.1.2) public_suffix (3.0.2) - puma (3.11.4) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.5) rack-test (0.6.3) rack (>= 1.0) @@ -227,7 +228,7 @@ DEPENDENCIES listen (~> 3.0.5) nokogiri (~> 1.8.1) pg - puma (~> 3.0) + puma (~> 4.3) rails (~> 5.0.0, >= 5.0.0.1) rspec-rails rubocop