From b2dc93687ed1db8e09c4e03ad6cd8d4f8aeb240d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 00:56:05 +0000 Subject: [PATCH] Bump puma from 3.12.4 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.12.4 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.4...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b8eaec9..b473a6c 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.3' # Use sqlite3 as the database for Active Record gem 'mysql2' # Use Puma as the app server -gem 'puma', '~> 3.7' +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 8d712e9..40e00c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,6 +64,7 @@ GEM unf (>= 0.0.5, < 1.0.0) erubi (1.9.0) execjs (2.7.0) + ffi (1.12.2) ffi (1.12.2-x86-mingw32) globalid (0.4.2) activesupport (>= 4.2.0) @@ -86,16 +87,20 @@ GEM mini_portile2 (2.4.0) minitest (5.14.0) multi_xml (0.6.0) + mysql2 (0.5.3) mysql2 (0.5.3-x86-mingw32) net-sftp (2.1.2) net-ssh (>= 2.6.5) net-ssh (5.2.0) netrc (0.11.0) nio4r (2.5.2) + nokogiri (1.10.9) + mini_portile2 (~> 2.4.0) nokogiri (1.10.9-x86-mingw32) mini_portile2 (~> 2.4.0) public_suffix (4.0.3) - puma (3.12.4) + puma (4.3.12) + nio4r (~> 2.0) rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -126,6 +131,10 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) + rest-client (1.8.0) + http-cookie (>= 1.0.2, < 2.0) + mime-types (>= 1.16, < 3.0) + netrc (~> 0.7) rest-client (1.8.0-x86-mingw32) ffi (~> 1.9) http-cookie (>= 1.0.2, < 2.0) @@ -179,6 +188,7 @@ GEM PLATFORMS x86-mingw32 + x86_64-linux DEPENDENCIES capybara (~> 2.13) @@ -187,7 +197,7 @@ DEPENDENCIES jbuilder (~> 2.5) mysql2 net-sftp - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.1.3) rest-client (~> 1.8) ruby-hmac (~> 0.4.0)