Skip to content

Commit e846c4d

Browse files
Bump puma from 5.6.9 to 7.2.1
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>
1 parent daa7e96 commit e846c4d

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
@@ -9,7 +9,7 @@ ruby "3.2.3" # TODO: use file: '.tool-versions' when heroku supports it. (bundle
99
gem "rails", "6.1.7.7"
1010

1111
# Production app server
12-
gem "puma", "~> 5"
12+
gem "puma", "~> 7"
1313
gem "pg", "~> 1.5"
1414

1515
# Front-end Assets

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ GEM
312312
timeout
313313
net-smtp (0.4.0.1)
314314
net-protocol
315-
nio4r (2.7.3)
315+
nio4r (2.7.5)
316316
nokogiri (1.18.9)
317317
mini_portile2 (~> 2.8.2)
318318
racc (~> 1.4)
@@ -371,7 +371,7 @@ GEM
371371
psych (5.1.2)
372372
stringio
373373
public_suffix (5.0.3)
374-
puma (5.6.9)
374+
puma (7.2.1)
375375
nio4r (~> 2.0)
376376
racc (1.8.1)
377377
rack (2.2.23)
@@ -596,7 +596,7 @@ DEPENDENCIES
596596
pronto-flay
597597
pronto-haml
598598
pronto-rubocop
599-
puma (~> 5)
599+
puma (~> 7)
600600
rack-mini-profiler (~> 2.0)
601601
rails (= 6.1.7.7)
602602
rails-controller-testing

0 commit comments

Comments
 (0)