From 5058eee5b94dfcdbaeb11c27bccfd0c4d644226f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 23:00:34 +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 f1d75f0..62239df 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "bootsnap", ">= 1.4.2", require: false # Create JSON structures via a Builder-style DSL # gem 'jbuilder', '~> 2.7' gem "pg", ">= 0.18", "< 2.0" -gem "puma", "~> 4.1" +gem "puma", "~> 4.3" gem "rails", "~> 6.0.2", ">= 6.0.2.1" # A Ruby client that tries to match Redis' API one-to-one, while still providing an idiomatic interface. gem "redis", "~> 4.0" diff --git a/Gemfile.lock b/Gemfile.lock index dbbdddd..46a22e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,7 +235,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.3) - puma (4.3.1) + puma (4.3.3) nio4r (~> 2.0) rack (2.1.2) rack-livereload (0.3.17) @@ -390,7 +390,7 @@ DEPENDENCIES minitest-reporters pg (>= 0.18, < 2.0) pry-rails - puma (~> 4.1) + puma (~> 4.3) rack-livereload rails (~> 6.0.2, >= 6.0.2.1) redis (~> 4.0)