From 2d77fe677d48a8bce1a6b8fd26431fef9b14031f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:39:23 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.11.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.11.4...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 42d9173..a084f04 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'bcrypt', '3.1.12' # bootstrap gem 'bootstrap-sass', '3.3.7' # 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 4e897fa..0494914 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,6 +50,7 @@ GEM arel (9.0.0) autoprefixer-rails (8.5.2) execjs + bcrypt (3.1.12) bcrypt (3.1.12-x64-mingw32) bindex (0.5.0) bootsnap (1.3.0) @@ -84,6 +85,7 @@ GEM duktape (2.0.1.0) erubi (1.7.1) execjs (2.7.0) + ffi (1.9.23) ffi (1.9.23-x64-mingw32) formatador (0.2.5) globalid (0.4.1) @@ -124,7 +126,9 @@ GEM marcel (0.3.2) mimemagic (~> 0.3.2) method_source (0.9.0) - mimemagic (0.3.2) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.0) mini_portile2 (2.3.0) minitest (5.10.3) @@ -133,21 +137,26 @@ GEM builder minitest (>= 5.0) ruby-progressbar + msgpack (1.2.4) msgpack (1.2.4-x64-mingw32) multi_json (1.13.1) nenv (0.3.0) nio4r (2.3.1) + nokogiri (1.8.2) + mini_portile2 (~> 2.3.0) nokogiri (1.8.2-x64-mingw32) mini_portile2 (~> 2.3.0) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) + pg (0.20.0) pg (0.20.0-x64-mingw32) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.0.2) - puma (3.11.4) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.5) rack-test (1.0.0) rack (>= 1.0, < 3) @@ -213,6 +222,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + sqlite3 (1.3.13) sqlite3 (1.3.13-x64-mingw32) thor (0.20.0) thread_safe (0.3.6) @@ -238,6 +248,7 @@ GEM nokogiri (~> 1.8) PLATFORMS + ruby x64-mingw32 DEPENDENCIES @@ -257,7 +268,7 @@ DEPENDENCIES minitest (= 5.10.3) minitest-reporters (= 1.1.14) pg (= 0.20.0) - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.0) rails-controller-testing (= 1.0.2) sass-rails (~> 5.0)