Skip to content

Commit 979fd63

Browse files
Bump puma from 5.6.9 to 7.2.1 (#2460)
Bumps [puma](https://github.com/puma/puma) from 5.6.9 to 7.2.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v5.6.9...v7.2.1) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8d079a commit 979fd63

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44
ruby '~> 3.3.0' # Adjusted for general 3.3 compatibility
55

66
gem 'logger'
7-
gem 'puma', '5.6.9'
7+
gem 'puma', '7.2.1'
88
gem 'rack-rewrite'
99
gem 'rails', '~> 7.0.8.4'
1010

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ GEM
309309
net-smtp (0.5.1)
310310
net-protocol
311311
netrc (0.11.0)
312-
nio4r (2.7.3)
312+
nio4r (2.7.5)
313313
nokogiri (1.19.3-aarch64-linux-gnu)
314314
racc (~> 1.4)
315315
nokogiri (1.19.3-arm64-darwin)
@@ -371,7 +371,7 @@ GEM
371371
psych (5.1.2)
372372
stringio
373373
public_suffix (7.0.5)
374-
puma (5.6.9)
374+
puma (7.2.1)
375375
nio4r (~> 2.0)
376376
pusher (1.3.3)
377377
httpclient (~> 2.7)
@@ -696,7 +696,7 @@ DEPENDENCIES
696696
premailer-rails
697697
pry-byebug
698698
pry-rails
699-
puma (= 5.6.9)
699+
puma (= 7.2.1)
700700
pusher (= 1.3.3)
701701
rack-mini-profiler
702702
rack-rewrite

0 commit comments

Comments
 (0)