From 03c230c481a177bd6b76e0d01f25ecfac3bb6eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:05:03 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.5 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/v4.3.5...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, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 1b77bb22..cf31a4bc 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'bootstrap', '4.3.1' gem 'pg', '1.2.3' gem 'popper_js', '1.16.0' gem 'sprockets-rails', '2.3.3' -gem 'puma', '4.3.5' +gem 'puma', '4.3.12' gem 'sass-rails', '6.0.0' gem 'webpacker', '4.2.2' gem 'turbolinks', '5.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index d3ed0128..785a5504 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,8 +176,8 @@ GEM net-scp (3.0.0) net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.1.0) - nio4r (2.5.2) - nio4r (2.5.2-java) + nio4r (2.5.8) + nio4r (2.5.8-java) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) nokogiri (1.10.10-java) @@ -203,9 +203,9 @@ GEM method_source (~> 1.0) spoon (~> 0.0) public_suffix (4.0.5) - puma (4.3.5) + puma (4.3.12) nio4r (~> 2.0) - puma (4.3.5-java) + puma (4.3.12-java) nio4r (~> 2.0) rack (2.2.3) rack-proxy (0.6.5) @@ -379,7 +379,7 @@ DEPENDENCIES minitest-reporters (= 1.3.8) pg (= 1.2.3) popper_js (= 1.16.0) - puma (= 4.3.5) + puma (= 4.3.12) rails (= 6.0.2.2) rails-controller-testing (= 1.0.4) ruby-debug-ide (= 0.7.0)