From 2a05da498544271cea6a1c8c44d120ee0ceaa0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:10:52 +0000 Subject: [PATCH] Bump puma from 4.3.3 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.3 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/v4.3.3...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ad6bdfc..c3ec400 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' gem "bootstrap-sass", "~>3.3.6" diff --git a/Gemfile.lock b/Gemfile.lock index 0d0c05c..3ceda93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -268,7 +268,7 @@ GEM ruby2_keywords (~> 0.0.1) mysql2 (0.5.3) nenv (0.3.0) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) notiffany (0.1.3) @@ -315,7 +315,7 @@ GEM i18n (>= 0.5.0) railties (>= 3.0.0) public_suffix (4.0.4) - puma (4.3.3) + puma (4.3.12) nio4r (~> 2.0) rack (2.2.2) rack-attack (6.3.0) @@ -550,7 +550,7 @@ DEPENDENCIES pry-doc pry-rails public_activity - puma (~> 4.1) + puma (~> 4.3) rack-attack rack-mini-profiler rails (~> 6.0.2, >= 6.0.2.2)