Skip to content

Commit fa8feeb

Browse files
Bump puma from 8.0.1 to 8.0.2 in /docs
Bumps [puma](https://github.com/puma/puma) from 8.0.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@v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5987f37 commit fa8feeb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "propshaft", "1.3.2"
1010
# Use sqlite3 as the database for Active Record
1111
gem "sqlite3", "2.9.4"
1212
# Use the Puma web server [https://github.com/puma/puma]
13-
gem "puma", "8.0.1"
13+
gem "puma", "8.0.2"
1414
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
1515
gem "jsbundling-rails", "1.3.1"
1616
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]

docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ GEM
210210
date
211211
stringio
212212
public_suffix (6.0.1)
213-
puma (8.0.1)
213+
puma (8.0.2)
214214
nio4r (~> 2.0)
215215
racc (1.8.1)
216216
rack (3.2.6)
@@ -357,7 +357,7 @@ DEPENDENCIES
357357
phlex-rails!
358358
propshaft (= 1.3.2)
359359
pry (= 0.16.0)
360-
puma (= 8.0.1)
360+
puma (= 8.0.2)
361361
rails (= 8.1.3)
362362
rouge (~> 4.7)
363363
rss (= 0.3.2)

0 commit comments

Comments
 (0)