From 6d1971f6cf01c2482038b97f9781a8fda01aba19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 00:59:31 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 4.3.11. - [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.11) --- 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..b90b35aa 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.11' 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..b897e946 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.11) nio4r (~> 2.0) - puma (4.3.5-java) + puma (4.3.11-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.11) rails (= 6.0.2.2) rails-controller-testing (= 1.0.4) ruby-debug-ide (= 0.7.0)