From 4094f34d3cacde82a6c04c91b4a0bc83281d3adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 01:43:48 +0000 Subject: [PATCH] Bump puma from 3.11.3 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 3.11.3 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/v3.11.3...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 e903850..468d30d 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.5' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 6a05bfc..6d0399c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,7 +140,7 @@ GEM nokogiri (1.8.2) mini_portile2 (~> 2.3.0) public_suffix (3.0.2) - puma (3.11.3) + puma (3.12.4) rack (2.0.4) rack-contrib (2.0.1) rack (~> 2.0) @@ -229,7 +229,7 @@ DEPENDENCIES launchy (= 2.4.3) listen (>= 3.0.5, < 3.2) meta_request (= 0.5.0) - puma (~> 3.7) + puma (~> 3.12) rack-cors (= 1.0.2) rails (~> 5.1.5) shoulda (= 2.11.3)