From 2c3c02c1b06bf12bf62c1b2f95048fb7b261794d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 00:57:19 +0000 Subject: [PATCH] Bump puma from 2.14.0 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 2.14.0 to 3.12.4. - [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...v3.12.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cfc3775..94e5f35 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :production do gem 'newrelic_rpm' end -gem 'puma', '2.14.0' +gem 'puma', '3.12.4' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index b6d613f..b5cad7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,7 +130,7 @@ GEM omniauth (~> 1.0) orm_adapter (0.5.0) pg (0.17.1) - puma (2.14.0) + puma (3.12.4) quiet_assets (1.0.2) railties (>= 3.1, < 5.0) rack (1.5.5) @@ -241,7 +241,7 @@ DEPENDENCIES omniauth-bitbucket omniauth-github pg - puma (= 2.14.0) + puma (= 3.12.4) quiet_assets rails (= 4.0.13) rspec-collection_matchers