From 8b8f6b1d68bb3da5eb1f6cf042bfead42406c3cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:11:36 +0000 Subject: [PATCH] Bump puma from 3.11.2 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.11.2 to 4.3.11. - [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.11.2...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 94612e6..5ca78f2 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.1.4' -gem 'puma', '~> 3.7' +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 cf6df45..14cb70d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,6 +53,12 @@ GEM coffee-script-source (1.12.2) concurrent-ruby (1.0.5) crass (1.0.3) + database_cleaner (2.0.1) + database_cleaner-active_record (~> 2.0.0) + database_cleaner-active_record (2.0.1) + activerecord (>= 5.a) + database_cleaner-core (~> 2.0.0) + database_cleaner-core (2.0.1) devise (4.4.0) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -100,7 +106,8 @@ GEM nokogiri (1.8.1) mini_portile2 (~> 2.3.0) orm_adapter (0.5.0) - puma (3.11.2) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.3) rack-test (0.8.2) rack (>= 1.0, < 3) @@ -209,6 +216,7 @@ PLATFORMS DEPENDENCIES byebug coffee-rails (~> 4.2) + database_cleaner devise dotenv-rails factory_bot_rails @@ -216,7 +224,7 @@ DEPENDENCIES jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) mysql2 (< 0.5) - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.1.4) rails-assets-bootstrap! rails-assets-jquery!