From 0fc5e142246382741bd41dac716d41bc0e11f17f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:12:39 +0000 Subject: [PATCH] Bump puma from 4.3.9 to 4.3.11 in /sharsukhchuluun/toy_app/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] --- sharsukhchuluun/toy_app/sample_app/Gemfile | 2 +- sharsukhchuluun/toy_app/sample_app/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sharsukhchuluun/toy_app/sample_app/Gemfile b/sharsukhchuluun/toy_app/sample_app/Gemfile index fcf09d6..a43c0fe 100644 --- a/sharsukhchuluun/toy_app/sample_app/Gemfile +++ b/sharsukhchuluun/toy_app/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/sharsukhchuluun/toy_app/sample_app/Gemfile.lock b/sharsukhchuluun/toy_app/sample_app/Gemfile.lock index f115a04..cacd9ce 100644 --- a/sharsukhchuluun/toy_app/sample_app/Gemfile.lock +++ b/sharsukhchuluun/toy_app/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.20.0) - puma (= 4.3.9) + puma (= 4.3.11) rails (= 5.1.4) rails-controller-testing (= 1.0.2) sass-rails (= 5.0.6)