Skip to content

Commit 5a1f51e

Browse files
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 0c1d05c commit 5a1f51e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem "rails", "~> 8.1.3"
55

66
# Framework
77
gem "bootsnap", require: false
8-
gem "puma", "~> 7.2"
8+
gem "puma", "~> 8.0"
99

1010
# Configuration
1111
gem "dotenv"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ GEM
232232
date
233233
stringio
234234
public_suffix (7.0.5)
235-
puma (7.2.0)
235+
puma (8.0.1)
236236
nio4r (~> 2.0)
237237
racc (1.8.1)
238238
rack (3.2.6)
@@ -400,7 +400,7 @@ DEPENDENCIES
400400
pg (~> 1.6)
401401
premailer-rails
402402
propshaft
403-
puma (~> 7.2)
403+
puma (~> 8.0)
404404
rails (~> 8.1.3)
405405
rspec-github
406406
rspec-rails

0 commit comments

Comments
 (0)