From 02a7b15a6da323c7d05fd7f0fa9f206fab1c9dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:38:01 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.12.6 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.12.6...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index dc5a625e..a9caa8f4 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 7908d57f..46116aef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,6 +109,7 @@ GEM faraday-rack (1.0.0) faraday_middleware (1.1.0) faraday (~> 1.0) + ffi (1.15.4) ffi (1.15.4-x64-mingw32) geom2d (0.3.1) globalid (0.5.2) @@ -138,10 +139,13 @@ GEM nio4r (2.5.8) nokogiri (1.12.5-x64-mingw32) racc (~> 1.4) + nokogiri (1.12.5-x86_64-linux) + racc (~> 1.4) os (1.1.1) parslet (2.0.0) public_suffix (4.0.6) - puma (3.12.6) + puma (4.3.11) + nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) rack-test (1.1.0) @@ -230,6 +234,7 @@ GEM PLATFORMS x64-mingw32 + x86_64-linux DEPENDENCIES actionview (>= 5.2.4.2) @@ -251,7 +256,7 @@ DEPENDENCIES nokogiri (> 1.10.9) os (~> 1.1, >= 1.1.1) parslet - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.3) ruby-rtf rubyzip (>= 1.3.0)