Skip to content

Commit 54fe252

Browse files
Bump puma from 7.1.0 to 7.2.0 (#412)
Bumps [puma](https://github.com/puma/puma) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ad8d11 commit 54fe252

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
@@ -10,7 +10,7 @@ gem "propshaft", "1.3.1"
1010
# Use sqlite3 as the database for Active Record
1111
gem "sqlite3", "2.9.0"
1212
# Use the Puma web server [https://github.com/puma/puma]
13-
gem "puma", "7.1.0"
13+
gem "puma", "7.2.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
@@ -197,7 +197,7 @@ GEM
197197
date
198198
stringio
199199
public_suffix (6.0.1)
200-
puma (7.1.0)
200+
puma (7.2.0)
201201
nio4r (~> 2.0)
202202
racc (1.8.1)
203203
rack (3.2.4)
@@ -339,7 +339,7 @@ DEPENDENCIES
339339
phlex-rails!
340340
propshaft (= 1.3.1)
341341
pry (= 0.16.0)
342-
puma (= 7.1.0)
342+
puma (= 7.2.0)
343343
rails (= 8.1.2)
344344
rouge (~> 4.7)
345345
ruby_ui!

0 commit comments

Comments
 (0)