From 5f24a2f1e3a039cbeec0ef756df400a71c36213d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:57:53 +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 82ee2a3..7c12d9b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' # Shared Gems gem 'rails', '4.1.7' -gem 'puma', '2.8.2' +gem 'puma', '4.3.11' gem 'faraday', '0.8.9' gem 'activeresource', '4.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index ee83b68..497797f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,14 +99,15 @@ GEM minitest (5.5.1) multi_json (1.10.1) multipart-post (1.2.0) + nio4r (2.5.8) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) octokit (3.2.0) sawyer (~> 0.5.3) phantomjs (1.9.7.1) - 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) @@ -215,7 +216,7 @@ DEPENDENCIES kramdown (= 1.4.0) octokit (= 3.2.0) phantomjs (= 1.9.7.1) - puma (= 2.8.2) + puma (= 4.3.11) rails (= 4.1.7) rspec-rails (= 3.1.0) sass (= 3.3.9)