From 4e83a8b3510a485436c914aaaabefbe93005dc08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 04:27:16 +0000 Subject: [PATCH] Bump puma from 3.6.2 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 3.6.2 to 3.12.6. - [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.6.2...v3.12.6) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d4768c4..4bf6faa 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'jsonapi-resources' gem 'rack-cors', :require => 'rack/cors' # Use Puma as the app server -gem 'puma', '~> 3.0' +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 c976f14..17ef666 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - puma (3.6.2) + puma (3.12.6) rack (2.0.1) rack-cors (0.4.0) rack-test (0.6.3) @@ -135,7 +135,7 @@ DEPENDENCIES listen (~> 3.0.5) pg pry - puma (~> 3.0) + puma (~> 3.12) rack-cors rails (~> 5.0.1) redcarpet