From 1293c905715e5b7dc5032646d4a4581cbd8eb166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 04:54:23 +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 aa6752c..f2b4ff1 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rails', '5.0.3' # Use Puma as the app server -gem 'puma', '3.6.2' +gem 'puma', '3.12.6' # Use SCSS for stylesheets gem 'sass-rails', '5.0.6' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 15774fe..9a8d9ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,7 @@ GEM method_source (~> 0.9.0) pry-rails (0.3.4) pry (>= 0.9.10) - puma (3.6.2) + puma (3.12.6) rack (2.0.3) rack-test (0.6.3) rack (>= 1.0) @@ -160,7 +160,7 @@ DEPENDENCIES jquery-rails (= 4.2.2) listen (= 3.0.8) pry-rails (= 0.3.4) - puma (= 3.6.2) + puma (= 3.12.6) rails (= 5.0.3) sass-rails (= 5.0.6) spring (= 2.0.1)