From 7862ffb60990c2ac9693ab52cb2eea11c25957e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:03:32 +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 0cd4bd6..2aea071 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.0.1' gem 'rails', '~> 6.1.4', '>= 6.1.4.1' -gem 'puma', '~> 4.x' +gem 'puma', '~> 4' gem 'sass-rails', '>= 6' gem 'webpacker', '~> 5.0' gem 'turbo-rails', '~> 0.7' diff --git a/Gemfile.lock b/Gemfile.lock index 60c1ba6..e05d032 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ GEM open4 (1.3.4) pg (1.2.3) public_suffix (4.0.6) - puma (4.3.8) + puma (4.3.12) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -341,7 +341,7 @@ DEPENDENCIES mini_magick nokogiri pg (>= 1.1) - puma (~> 4.x) + puma (~> 4) rack-mini-profiler (~> 2.0) rails (~> 6.1.4, >= 6.1.4.1) rails-i18n (~> 6.0.0)