Skip to content

Commit a91ec17

Browse files
Bump puma from 4.3.12 to 5.6.9
Bumps [puma](https://github.com/puma/puma) from 4.3.12 to 5.6.9. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v4.3.12...v5.6.9) --- updated-dependencies: - dependency-name: puma dependency-version: 5.6.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f8fd8f commit a91ec17

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
@@ -8,7 +8,7 @@ gem "rails", "~> 8"
88
# Use postgresql as the database for Active Record
99
gem "pg", ">= 0.18", "< 2.0"
1010
# Use Puma as the app server
11-
gem "puma", "~> 4.3"
11+
gem "puma", "~> 5.6"
1212
# Use SCSS for stylesheets
1313
gem "sassc-rails"
1414
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ GEM
173173
date
174174
stringio
175175
public_suffix (6.0.2)
176-
puma (4.3.12)
176+
puma (5.6.9)
177177
nio4r (~> 2.0)
178178
racc (1.8.1)
179179
rack (2.2.14)
@@ -276,7 +276,7 @@ DEPENDENCIES
276276
factory_bot_rails
277277
octicons_helper
278278
pg (>= 0.18, < 2.0)
279-
puma (~> 4.3)
279+
puma (~> 5.6)
280280
rails (~> 8)
281281
sassc-rails
282282
tzinfo-data

0 commit comments

Comments
 (0)