From 45d2d4ec460666b126c95de97dca0d9d6346e4e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:42:08 +0000 Subject: [PATCH] Bump puma from 4.3.9 to 4.3.11 in /MeikoKuraya/rails_tutorial 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/rails_tutorial/Gemfile | 2 +- MeikoKuraya/rails_tutorial/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MeikoKuraya/rails_tutorial/Gemfile b/MeikoKuraya/rails_tutorial/Gemfile index c8dfedf..dfdfec5 100644 --- a/MeikoKuraya/rails_tutorial/Gemfile +++ b/MeikoKuraya/rails_tutorial/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rails', '5.1.4' -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/rails_tutorial/Gemfile.lock b/MeikoKuraya/rails_tutorial/Gemfile.lock index 02b00eb..22e6bf1 100644 --- a/MeikoKuraya/rails_tutorial/Gemfile.lock +++ b/MeikoKuraya/rails_tutorial/Gemfile.lock @@ -84,7 +84,7 @@ GEM mini_portile2 (~> 2.6.1) racc (~> 1.4) pg (0.20.0) - puma (4.3.9) + puma (4.3.11) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -171,7 +171,7 @@ DEPENDENCIES jquery-rails (= 4.3.1) listen (= 3.1.5) pg (= 0.20.0) - puma (= 4.3.9) + puma (= 4.3.11) rails (= 5.1.4) sass-rails (= 5.0.6) spring (= 2.0.2)