From 1bb2048e0b1180d69b5debfb8d8fecd1386db716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:03:11 +0000 Subject: [PATCH] Bump puma from 2.8.2 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 2.8.2 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/v2.8.2...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 21560158..0414f34e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rails', '4.1.7' -gem 'puma', '2.8.2' +gem 'puma', '4.3.11' gem 'sass', '3.3.9' gem 'haml', '4.0.5' gem 'uglifier', '2.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index a78d5911..121d50f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,6 +94,7 @@ GEM minitest (5.5.1) multi_json (1.10.1) netrc (0.8.0) + nio4r (2.5.8) nokogiri (1.6.5) mini_portile (~> 0.6.0) phantomjs (1.9.7.1) @@ -107,9 +108,9 @@ GEM pry-stack_explorer (0.4.9.1) binding_of_caller (>= 0.7) pry (>= 0.9.11) - puma (2.8.2) - rack (>= 1.1, < 2.0) - rack (1.5.2) + puma (4.3.11) + nio4r (~> 2.0) + rack (1.5.5) rack-protection (1.5.3) rack rack-test (0.6.3) @@ -209,7 +210,7 @@ DEPENDENCIES pry pry-byebug pry-stack_explorer - puma (= 2.8.2) + puma (= 4.3.11) rails (= 4.1.7) rspec-rails sass (= 3.3.9)