From 264866fbe27f854be83809fd954949afb8fc46a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 21:18:56 +0000 Subject: [PATCH] Bump puma from 4.3.0 to 4.3.3 Bumps [puma](https://github.com/puma/puma) from 4.3.0 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.0...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 cd64e3d..be0ba0a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.5.1' gem 'rails', '~> 6.0.1' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' gem 'jbuilder', '~> 2.7' gem 'bootsnap', '>= 1.4.2', require: false gem 'coveralls', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 4e8b3f5..56eb78b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM pry (~> 0.10) pry-rails (0.3.9) pry (>= 0.10.4) - puma (4.3.0) + puma (4.3.3) nio4r (~> 2.0) rack (2.0.7) rack-cors (1.0.5) @@ -259,7 +259,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pry-byebug pry-rails - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.1) rspec-rails