From 1b7079e3e8b191f151782461d4f7ffb391431b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 19:49:13 +0000 Subject: [PATCH] Bump puma from 2.14.0 to 5.3.1 Bumps [puma](https://github.com/puma/puma) from 2.14.0 to 5.3.1. - [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...v5.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e2ecf131..c0957d20 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'actionpack-action_caching' gem 'newrelic_rpm' gem 'newrelic_moped' -gem 'puma', '~> 2.14.0' +gem 'puma', '~> 5.3.1' gem 'logstasher', '~> 0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 7b67882e..ac7428d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,6 +170,7 @@ GEM moped newrelic_rpm (~> 3.11) newrelic_rpm (3.13.2.302) + nio4r (2.5.7) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) oauth (0.5.1) @@ -209,7 +210,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - puma (2.14.0) + puma (5.3.1) + nio4r (~> 2.0) quiet_assets (1.1.0) railties (>= 3.1, < 5.0) rack (1.5.5) @@ -339,7 +341,7 @@ DEPENDENCIES omniauth-twitter omniauth-zooniverse (~> 0.0.3) pry - puma (~> 2.14.0) + puma (~> 5.3.1) quiet_assets rack-cors rack-streaming-proxy (~> 2.0.1)