From bbea19e30c604eb61544ae56c31410c8dbc2a55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 06:02:57 +0000 Subject: [PATCH] Bump puma from 6.0.2 to 6.1.0 Bumps [puma](https://github.com/puma/puma) from 6.0.2 to 6.1.0. - [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/v6.0.2...v6.1.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b72662c..af4bb4c 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "sprockets-rails" gem "pg", "~> 1.4" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 6.0" +gem "puma", "~> 6.1" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 8cc6652..a053891 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,7 @@ GEM ast (~> 2.4.1) pg (1.4.5) public_suffix (5.0.1) - puma (6.0.2) + puma (6.1.0) nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.2) @@ -291,7 +291,7 @@ DEPENDENCIES importmap-rails jbuilder pg (~> 1.4) - puma (~> 6.0) + puma (~> 6.1) rack-mini-profiler rails (~> 7.0.4) redis (~> 5.0)