Skip to content

Commit 9beaf4f

Browse files
Bump puma from 6.4.2 to 6.6.0 (#196)
Bumps [puma](https://github.com/puma/puma) from 6.4.2 to 6.6.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.4.2...v6.6.0) --- updated-dependencies: - dependency-name: puma dependency-version: 6.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52efc28 commit 9beaf4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "propshaft", "0.9.0"
1010
# Use sqlite3 as the database for Active Record
1111
gem "sqlite3", ">= 1.4"
1212
# Use the Puma web server [https://github.com/puma/puma]
13-
gem "puma", "6.4.2"
13+
gem "puma", "6.6.0"
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]

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ GEM
193193
date
194194
stringio
195195
public_suffix (6.0.1)
196-
puma (6.4.2)
196+
puma (6.6.0)
197197
nio4r (~> 2.0)
198198
racc (1.8.1)
199199
rack (3.1.13)
@@ -329,7 +329,7 @@ DEPENDENCIES
329329
phlex-rails!
330330
propshaft (= 0.9.0)
331331
pry (= 0.15.2)
332-
puma (= 6.4.2)
332+
puma (= 6.6.0)
333333
rails (= 8.0.1)
334334
rouge (~> 4.5)
335335
ruby_ui!

0 commit comments

Comments
 (0)