From f5215bb686970b34432a8491843c03c8829aa2c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 05:21:41 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.3 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.3. - [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.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 57c42ef2..3ff4e098 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ end gem 'rails', '~> 5.2.3' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' # respond_to methods have been extracted to the responders gem # http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#responders diff --git a/Gemfile.lock b/Gemfile.lock index b6a4708e..dc0df0d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -380,7 +380,8 @@ GEM slop (~> 3.4) psych (3.1.0) public_suffix (3.1.1) - puma (3.12.1) + puma (4.3.3) + nio4r (~> 2.0) rack (2.0.8) rack-openid (1.3.1) rack (>= 1.1.0) @@ -681,7 +682,7 @@ DEPENDENCIES piwik_analytics (~> 1.0.1) prawn-qrcode prawn-rails - puma (~> 3.0) + puma (~> 4.3) rails (~> 5.2.3) rails-assets-bootstrap-markdown! rails-assets-bootstrap-select!