Skip to content

Commit 0f5e0ad

Browse files
Bump puma from 7.2.1 to 8.0.2
Bumps [puma](https://github.com/puma/puma) from 7.2.1 to 8.0.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.2.1...v8.0.2) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 774018c commit 0f5e0ad

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
@@ -9,7 +9,7 @@ gem "sinatra-contrib", require: false
99

1010
gem "activesupport"
1111
gem "http"
12-
gem "puma", "~> 7.2.1"
12+
gem "puma", "~> 8.0.2"
1313
gem "rackup"
1414
gem "redis"
1515

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
date
9999
stringio
100100
public_suffix (7.0.5)
101-
puma (7.2.1)
101+
puma (8.0.2)
102102
nio4r (~> 2.0)
103103
racc (1.8.1)
104104
rack (3.2.6)
@@ -226,7 +226,7 @@ DEPENDENCIES
226226
debug
227227
http
228228
newrelic_rpm
229-
puma (~> 7.2.1)
229+
puma (~> 8.0.2)
230230
rack-test
231231
rackup
232232
redis

0 commit comments

Comments
 (0)