Skip to content

Commit 398a8e5

Browse files
Bump puma from 5.6.6 to 5.6.7 (#1)
Bumps [puma](https://github.com/puma/puma) from 5.6.6 to 5.6.7. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.6.6...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af296f9 commit 398a8e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "sprockets-rails"
1313
gem "sqlite3", "~> 1.4"
1414

1515
# Use the Puma web server [https://github.com/puma/puma]
16-
gem "puma", "~> 5.0"
16+
gem "puma", "~> 5.6"
1717

1818
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
1919
gem "importmap-rails"

Diff for: Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ GEM
128128
nokogiri (1.15.3-x86_64-linux)
129129
racc (~> 1.4)
130130
public_suffix (5.0.3)
131-
puma (5.6.6)
131+
puma (5.6.7)
132132
nio4r (~> 2.0)
133133
racc (1.7.1)
134134
rack (2.2.7)
@@ -212,7 +212,7 @@ DEPENDENCIES
212212
debug
213213
importmap-rails
214214
jbuilder
215-
puma (~> 5.0)
215+
puma (~> 5.6)
216216
rails (~> 7.0.1)
217217
selenium-webdriver
218218
sprockets-rails

0 commit comments

Comments
 (0)