From b802c9af0c8370edb32400c6df4fbcb311c0a0c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:10:33 +0000 Subject: [PATCH] Bump puma from 4.3.8 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.8 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.8...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 f013934..c05f1e0 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem 'rails', '~> 6.0.2', '>= 6.0.2.1' gem 'sqlite3', '~> 1.4' -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' gem 'sass-rails', '>= 6' gem 'webpacker', '~> 4.0' gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index 5a219d2..525a1e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM mini_portile2 (~> 2.6.1) racc (~> 1.4) public_suffix (4.0.6) - puma (4.3.8) + puma (4.3.12) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -205,7 +205,7 @@ DEPENDENCIES capybara (>= 2.15) jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.1) sass-rails (>= 6) selenium-webdriver