From 6d8135680cb3fc56da26d6180d55efaab9392143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 23:46:20 +0200 Subject: [PATCH] Bump puma from 6.1.1 to 6.2.2 (#48) Bumps [puma](https://github.com/puma/puma) from 6.1.1 to 6.2.2. - [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.1.1...v6.2.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index bd6e3ae..95d03d9 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails-i18n', '~> 7.0' gem 'importmap-rails', '~> 1.1' gem 'jbuilder', '~> 2.7' gem 'bootsnap', '>= 1.4.4', require: false -gem 'puma', '~> 6.0' +gem 'puma', '~> 6.2' group :development, :test do gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] diff --git a/Gemfile.lock b/Gemfile.lock index f2b2e8b..ba7a6c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,13 +158,13 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) popper_js (2.11.7) public_suffix (5.0.1) - puma (6.1.1) + puma (6.2.2) nio4r (~> 2.0) racc (1.6.2) rack (2.2.7) @@ -301,7 +301,7 @@ DEPENDENCIES mysql2 (>= 0.5) net-ftp net-http - puma (~> 6.0) + puma (~> 6.2) rack-mini-profiler (~> 2.0) rails (~> 7.0) rails-i18n (~> 7.0)