From b721a03758bb9493e48b2abc81e91dda1f09eac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 11:18:54 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 3.12.2 in /sample_app Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 3.12.2. - [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.4...v3.12.2) Signed-off-by: dependabot[bot] --- sample_app/Gemfile | 2 +- sample_app/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sample_app/Gemfile b/sample_app/Gemfile index a2f2ab7..6c7f745 100644 --- a/sample_app/Gemfile +++ b/sample_app/Gemfile @@ -11,7 +11,7 @@ gem "kaminari" gem "mini_magick", "~> 4.8" gem "sidekiq", "~> 5.0", ">= 5.0.5" -gem "puma", "~> 3.11" +gem "puma", "~> 3.12" gem "rails", "~> 5.2.0" gem "sass-rails", "~> 5.0" gem "sqlite3" diff --git a/sample_app/Gemfile.lock b/sample_app/Gemfile.lock index fc6bd39..e41ba00 100644 --- a/sample_app/Gemfile.lock +++ b/sample_app/Gemfile.lock @@ -333,7 +333,7 @@ GEM ast (~> 2.4.0) popper_js (1.12.9) powerpack (0.1.2) - puma (3.11.4) + puma (3.12.2) rack (2.0.5) rack-protection (2.0.3) rack @@ -464,7 +464,7 @@ DEPENDENCIES kaminari listen (>= 3.0.5, < 3.2) mini_magick (~> 4.8) - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.0) rubocop (~> 0.54.0) sass-rails (~> 5.0)