From 0c7b64d85a3cb65c14ca36eb3420252ed9aacfca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:42:30 +0000 Subject: [PATCH] Bump puma from 4.3.7 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.7 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.7...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7a6c079bb..90ff4a6e8 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "momentjs-rails", "~> 2.8.3" gem "bigbluebutton-api-ruby", "~> 1.6.0" # platform adicionado para evitar que o unicorn tente ser executado no windows -gem "puma", "~> 4.3.5" +gem "puma", "~> 4.3.12" gem "rubyzip", "~> 1.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 39c167a42..99857b78d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -308,7 +308,7 @@ GEM pry-rescue (1.5.2) interception (>= 0.5) pry (>= 0.12.0) - puma (4.3.7) + puma (4.3.12) nio4r (~> 2.0) quiet_assets (1.1.0) railties (>= 3.1, < 5.0) @@ -544,7 +544,7 @@ DEPENDENCIES protected_attributes (~> 1.0.9) pry-rails pry-rescue - puma (~> 4.3.5) + puma (~> 4.3.12) quiet_assets (~> 1.1.0) rabl (~> 0.13.0) rack (~> 1.5.2)