From 0327120c936bd0a15108eac58d0d1c1df5483b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 21:09:46 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.12.6 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.6...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a501e92d..abdc914c 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 d4f6cbfd..d85c5d0b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,6 +114,7 @@ GEM faraday-retry (1.0.3) faraday_middleware (1.2.0) faraday (~> 1.0) + ffi (1.15.5) ffi (1.15.5-x64-mingw32) geom2d (0.3.1) globalid (1.0.0) @@ -145,10 +146,13 @@ GEM nio4r (2.5.8) nokogiri (1.13.9-x64-mingw32) racc (~> 1.4) + nokogiri (1.13.9-x86_64-linux) + racc (~> 1.4) os (1.1.4) parslet (2.0.0) public_suffix (5.0.0) - puma (3.12.6) + puma (4.3.12) + nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) rack-test (2.0.2) @@ -211,6 +215,7 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) sqlite3 (1.5.3-x64-mingw32) + sqlite3 (1.5.3-x86_64-linux) thor (1.2.1) thread_safe (0.3.6) tilt (2.0.11) @@ -242,6 +247,7 @@ GEM PLATFORMS x64-mingw32 + x86_64-linux DEPENDENCIES actionview (>= 5.2.4.2) @@ -263,7 +269,7 @@ DEPENDENCIES nokogiri (> 1.10.9) os (~> 1.1, >= 1.1.1) parslet - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.3) rmagick ruby-rtf