Skip to content

Commit 5450cad

Browse files
dependabot[bot]dblock
authored andcommitted
Bump puma from 5.6.4 to 5.6.7
Bumps [puma](https://github.com/puma/puma) from 5.6.4 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.4...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc85a06 commit 5450cad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'sprockets-rails'
1111
gem 'pg', '~> 1.1'
1212

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

1616
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
1717
gem 'importmap-rails'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ GEM
158158
timeout
159159
net-smtp (0.3.3)
160160
net-protocol
161-
nio4r (2.5.8)
161+
nio4r (2.5.9)
162162
nokogiri (1.14.3-arm64-darwin)
163163
racc (~> 1.4)
164164
nokogiri (1.14.3-x86_64-darwin)
@@ -170,7 +170,7 @@ GEM
170170
ast (~> 2.4.1)
171171
pg (1.3.5)
172172
public_suffix (4.0.7)
173-
puma (5.6.4)
173+
puma (5.6.7)
174174
nio4r (~> 2.0)
175175
racc (1.6.2)
176176
rack (2.2.6.4)
@@ -300,7 +300,7 @@ DEPENDENCIES
300300
importmap-rails
301301
jbuilder
302302
pg (~> 1.1)
303-
puma (~> 5.0)
303+
puma (~> 5.6)
304304
rails (~> 7.0.4)
305305
rspec
306306
rspec-rails

0 commit comments

Comments
 (0)