From 59f7190329e0c012e020c1452e415e385ea4ccec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:50:56 +0000 Subject: [PATCH] Bump puma from 4.3.9 to 4.3.11 in /SeiyaTaninaka/environment/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] --- SeiyaTaninaka/environment/sample_app/Gemfile | 2 +- SeiyaTaninaka/environment/sample_app/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SeiyaTaninaka/environment/sample_app/Gemfile b/SeiyaTaninaka/environment/sample_app/Gemfile index bdd1067..b3a97d1 100644 --- a/SeiyaTaninaka/environment/sample_app/Gemfile +++ b/SeiyaTaninaka/environment/sample_app/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rails', '5.1.6' -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/SeiyaTaninaka/environment/sample_app/Gemfile.lock b/SeiyaTaninaka/environment/sample_app/Gemfile.lock index c7a2454..346a155 100644 --- a/SeiyaTaninaka/environment/sample_app/Gemfile.lock +++ b/SeiyaTaninaka/environment/sample_app/Gemfile.lock @@ -124,7 +124,7 @@ GEM pry (0.12.2) 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.0.7) @@ -226,7 +226,7 @@ DEPENDENCIES minitest (= 5.10.3) minitest-reporters (= 1.1.14) pg (= 0.20.0) - puma (= 4.3.9) + puma (= 4.3.11) rails (= 5.1.6) rails-controller-testing (= 1.0.2) sass-rails (= 5.0.6)