From c91b1baee8727cc2d3526424d3ed5a8aae453e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:50:40 +0000 Subject: [PATCH] build(deps): bump puma from 4.3.3 to 4.3.12 in /WEB/advertisment-auth Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.12. - [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.3...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- WEB/advertisment-auth/Gemfile | 2 +- WEB/advertisment-auth/Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/WEB/advertisment-auth/Gemfile b/WEB/advertisment-auth/Gemfile index 879a8cc..4db4767 100644 --- a/WEB/advertisment-auth/Gemfile +++ b/WEB/advertisment-auth/Gemfile @@ -12,7 +12,7 @@ gem 'faker', '2.1.2' gem 'will_paginate', '3.1.8' gem 'bootstrap-will_paginate', '1.0.0' gem 'bootstrap-sass', '3.4.1' -gem 'puma', '4.3.3' +gem 'puma', '4.3.12' gem 'sass-rails', '5.1.0' gem 'webpacker', '4.0.7' gem 'turbolinks', '5.2.0' diff --git a/WEB/advertisment-auth/Gemfile.lock b/WEB/advertisment-auth/Gemfile.lock index 77449ed..11bbdcc 100644 --- a/WEB/advertisment-auth/Gemfile.lock +++ b/WEB/advertisment-auth/Gemfile.lock @@ -129,7 +129,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.9.5) mini_mime (1.0.2) mini_portile2 (2.4.0) @@ -141,7 +143,7 @@ GEM ruby-progressbar msgpack (1.3.3) nenv (0.3.0) - nio4r (2.5.4) + nio4r (2.5.8) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) notiffany (0.1.3) @@ -152,7 +154,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - puma (4.3.3) + puma (4.3.12) nio4r (~> 2.0) rack (2.2.3) rack-proxy (0.6.5) @@ -279,7 +281,7 @@ DEPENDENCIES minitest (= 5.11.3) minitest-reporters (= 1.3.8) pg - puma (= 4.3.3) + puma (= 4.3.12) rails (= 6.0.3) rails-controller-testing (= 1.0.4) sass-rails (= 5.1.0)