From d8ec4f030f5b2c710037f271b3d0ef376c82a16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 20:51:14 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 4.3.3 Bumps [puma](https://github.com/puma/puma) from 4.3.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/v4.3.1...v4.3.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index eb2fb58..8c31b40 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'actionpack', '~> 6.0.0' gem 'railties', '~> 6.0.0' # Use Puma as the app server -gem 'puma', '~> 4.3.1' +gem 'puma', '~> 4.3.3' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development diff --git a/Gemfile.lock b/Gemfile.lock index 3203f4a..f63674e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM nio4r (2.5.2) nokogiri (1.10.8) mini_portile2 (~> 2.4.0) - puma (4.3.1) + puma (4.3.3) nio4r (~> 2.0) rack (2.0.7) rack-cors (1.0.6) @@ -84,7 +84,7 @@ DEPENDENCIES byebug doc2text (= 0.4.2) listen (~> 3.2.0) - puma (~> 4.3.1) + puma (~> 4.3.3) rack-cors railties (~> 6.0.0) tzinfo-data