From 8203afe72003af6f3b26467d026cd07574a5f0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 23:45:34 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.12. - [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.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 55e181e..39d77d0 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| 'https://github.com/#{repo}.git' } ruby '2.6.3' gem 'rails', '~> 5.2.3' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 998fc40..7a2603d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,7 +155,8 @@ GEM virtus pg (1.1.4) public_suffix (3.1.1) - puma (3.12.1) + puma (4.3.12) + nio4r (~> 2.0) raabro (1.1.6) rack (2.0.7) rack-cors (1.0.3) @@ -307,7 +308,7 @@ DEPENDENCIES paperclip peafowl pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 4.3) rack-cors rails (~> 5.2.3) react_on_rails (= 11.1.4)