From 72bc3d26e5128f782fa3fbdd71574aa746dd1bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 20:22:43 +0000 Subject: [PATCH] Bump puma from 3.12.2 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 3.12.2 to 4.3.9. - [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.2...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 569a8f0..ff10af0 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.0' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index 0dde560..61f8929 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,9 +121,6 @@ GEM mini_portile2 (2.4.0) minitest (5.13.0) msgpack (1.3.1) - net-sftp (2.1.2) - net-ssh (>= 2.6.5) - net-ssh (5.2.0) nio4r (2.5.2) nokogiri (1.10.7) mini_portile2 (~> 2.4.0) @@ -132,7 +129,8 @@ GEM css_parser (>= 1.6.0) htmlentities (>= 4.0.0) public_suffix (4.0.3) - puma (3.12.2) + puma (4.3.9) + nio4r (~> 2.0) rack (2.0.8) rack-proxy (0.6.5) rack @@ -187,8 +185,6 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sassc (2.2.1) - ffi (~> 1.9) selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) @@ -247,7 +243,7 @@ DEPENDENCIES jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) premailer - puma (~> 3.11) + puma (~> 4.3) rails (~> 6.0.0) redcarpet sass-rails (~> 5)