From a8cd4226254a13db252f748a40c724c1d7027a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:05:05 +0000 Subject: [PATCH] Bump puma from 2.14.0 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 2.14.0 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/v2.14.0...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cfc3775..ff31217 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :production do gem 'newrelic_rpm' end -gem 'puma', '2.14.0' +gem 'puma', '4.3.9' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index b6d613f..e2ecdc5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,6 +101,7 @@ GEM multi_json (1.11.2) multipart-post (1.2.0) newrelic_rpm (3.13.0.299) + nio4r (2.5.8) nokogiri (1.6.1) mini_portile (~> 0.5.0) oauth (0.4.7) @@ -130,7 +131,8 @@ GEM omniauth (~> 1.0) orm_adapter (0.5.0) pg (0.17.1) - puma (2.14.0) + puma (4.3.9) + nio4r (~> 2.0) quiet_assets (1.0.2) railties (>= 3.1, < 5.0) rack (1.5.5) @@ -241,7 +243,7 @@ DEPENDENCIES omniauth-bitbucket omniauth-github pg - puma (= 2.14.0) + puma (= 4.3.9) quiet_assets rails (= 4.0.13) rspec-collection_matchers