Skip to content

Commit 56d3401

Browse files
Bump puma from 6.3.1 to 6.4.2 (#1061)
Bumps [puma](https://github.com/puma/puma) from 6.3.1 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.1...v6.4.2) --- 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> Co-authored-by: Ahmad Farhat <[email protected]>
1 parent fdd069b commit 56d3401

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 @@ ruby '>= 3.0.0'
88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
99
gem 'rails', '~> 6.1', '>= 6.1.7.3'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 6.3'
11+
gem 'puma', '~> 6.4'
1212

1313
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1414
# gem 'jbuilder', '~> 2.7'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ GEM
123123
timeout
124124
net-smtp (0.3.3)
125125
net-protocol
126-
nio4r (2.5.9)
126+
nio4r (2.7.1)
127127
nokogiri (1.14.3)
128128
mini_portile2 (~> 2.8.0)
129129
racc (~> 1.4)
@@ -132,7 +132,7 @@ GEM
132132
ast (~> 2.4.1)
133133
pg (1.4.6)
134134
public_suffix (5.0.1)
135-
puma (6.3.1)
135+
puma (6.4.2)
136136
nio4r (~> 2.0)
137137
racc (1.6.2)
138138
rack (2.2.9)
@@ -265,7 +265,7 @@ DEPENDENCIES
265265
jwt (~> 2.7.0)
266266
minitest-stub_any_instance
267267
pg (~> 1.4.4)
268-
puma (~> 6.3)
268+
puma (~> 6.4)
269269
rails (~> 6.1, >= 6.1.7.3)
270270
rails-controller-testing
271271
redis (~> 4.8.0)

0 commit comments

Comments
 (0)