Skip to content

Commit 57542a2

Browse files
dependabot[bot]zetter-rpf
authored andcommitted
Bump puma from 7.2.0 to 8.0.1
Bumps [puma](https://github.com/puma/puma) from 7.2.0 to 8.0.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.2.0...v8.0.1) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c49fb17 commit 57542a2

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
@@ -38,7 +38,7 @@ gem 'paper_trail'
3838
gem 'pg', '~> 1.6'
3939
gem 'postmark-rails'
4040
gem 'propshaft'
41-
gem 'puma', '~> 7.2'
41+
gem 'puma', '~> 8.0'
4242
gem 'rack_content_type_default', '~> 1.1'
4343
gem 'rack-cors'
4444
gem 'rails', '~> 7.2'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ GEM
294294
timeout
295295
net-smtp (0.5.1)
296296
net-protocol
297-
nio4r (2.7.4)
297+
nio4r (2.7.5)
298298
nokogiri (1.19.3-aarch64-linux-gnu)
299299
racc (~> 1.4)
300300
nokogiri (1.19.3-arm64-darwin)
@@ -358,7 +358,7 @@ GEM
358358
date
359359
stringio
360360
public_suffix (7.0.5)
361-
puma (7.2.0)
361+
puma (8.0.1)
362362
nio4r (~> 2.0)
363363
raabro (1.4.0)
364364
racc (1.8.1)
@@ -614,7 +614,7 @@ DEPENDENCIES
614614
postmark-rails
615615
propshaft
616616
pry-byebug
617-
puma (~> 7.2)
617+
puma (~> 8.0)
618618
rack-cors
619619
rack_content_type_default (~> 1.1)
620620
rails (~> 7.2)

0 commit comments

Comments
 (0)