From 8c3dd070d868fb79c84a78febf8ae7d6f174978b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:41:47 +0000 Subject: [PATCH] Bump puma from 4.3.9 to 4.3.11 in /MeikoKuraya/sample_app Bumps [puma](https://github.com/puma/puma) from 4.3.9 to 4.3.11. - [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/v4.3.9...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- MeikoKuraya/sample_app/Gemfile | 2 +- MeikoKuraya/sample_app/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MeikoKuraya/sample_app/Gemfile b/MeikoKuraya/sample_app/Gemfile index 1d2c9d5..bd429d1 100644 --- a/MeikoKuraya/sample_app/Gemfile +++ b/MeikoKuraya/sample_app/Gemfile @@ -6,7 +6,7 @@ gem 'faker', '1.7.3' gem 'will_paginate', '3.1.6' gem 'bootstrap-will_paginate', '1.0.0' gem 'bootstrap-sass', '3.4.1' -gem 'puma', '4.3.9' +gem 'puma', '4.3.11' gem 'sass-rails', '5.0.6' gem 'uglifier', '3.2.0' gem 'coffee-rails', '4.2.2' diff --git a/MeikoKuraya/sample_app/Gemfile.lock b/MeikoKuraya/sample_app/Gemfile.lock index 00446ae..ab62b1b 100644 --- a/MeikoKuraya/sample_app/Gemfile.lock +++ b/MeikoKuraya/sample_app/Gemfile.lock @@ -123,7 +123,7 @@ GEM pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - puma (4.3.9) + puma (4.3.11) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -226,7 +226,7 @@ DEPENDENCIES listen (= 3.1.5) minitest-reporters (= 1.1.14) pg (= 0.18.4) - puma (= 4.3.9) + puma (= 4.3.11) rails (= 5.1.4) rails-controller-testing (= 1.0.2) sass-rails (= 5.0.6)