Skip to content

Commit 55f33ef

Browse files
Bump puma from 6.3.0 to 6.4.2
Bumps [puma](https://github.com/puma/puma) from 6.3.0 to 6.4.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.3.0...v6.4.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9223f08 commit 55f33ef

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
@@ -8,7 +8,7 @@ gem 'rails', '~> 7.0.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', '~> 6.3'
11+
gem 'puma', '~> 6.4'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '~> 6.0'
1414
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ GEM
246246
timeout
247247
net-smtp (0.4.0)
248248
net-protocol
249-
nio4r (2.5.9)
249+
nio4r (2.7.0)
250250
no_proxy_fix (0.1.2)
251251
nokogiri (1.15.4)
252252
mini_portile2 (~> 2.8.2)
@@ -271,7 +271,7 @@ GEM
271271
byebug (~> 11.0)
272272
pry (>= 0.13, < 0.15)
273273
public_suffix (5.0.3)
274-
puma (6.3.0)
274+
puma (6.4.2)
275275
nio4r (~> 2.0)
276276
raabro (1.4.0)
277277
racc (1.7.1)
@@ -461,7 +461,7 @@ DEPENDENCIES
461461
paper_trail
462462
pg (>= 0.18, < 2.0)
463463
pry-byebug
464-
puma (~> 6.3)
464+
puma (~> 6.4)
465465
rails (~> 7.0.8)
466466
redis (~> 5.0)
467467
rspec-rails

0 commit comments

Comments
 (0)