Skip to content

Commit ce584c2

Browse files
Bump puma from 6.3.1 to 6.4.2
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] <support@github.com>
1 parent cfa6f80 commit ce584c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby "3.2.2"
77

88
gem "pg", ">= 0.18", "< 2.0"
9-
gem "puma", "~> 6.3"
9+
gem "puma", "~> 6.4"
1010
gem "rails", "~> 7.0.5"
1111
gem "jbuilder", "~> 2.5"
1212

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ GEM
124124
timeout
125125
net-smtp (0.3.3)
126126
net-protocol
127-
nio4r (2.5.9)
127+
nio4r (2.7.0)
128128
nokogiri (1.16.0-arm64-darwin)
129129
racc (~> 1.4)
130130
nokogiri (1.16.0-x86_64-linux)
@@ -140,7 +140,7 @@ GEM
140140
pry-byebug (3.10.1)
141141
byebug (~> 11.0)
142142
pry (>= 0.13, < 0.15)
143-
puma (6.3.1)
143+
puma (6.4.2)
144144
nio4r (~> 2.0)
145145
racc (1.7.3)
146146
rack (2.2.8)
@@ -268,7 +268,7 @@ DEPENDENCIES
268268
listen (~> 3.2)
269269
pg (>= 0.18, < 2.0)
270270
pry-byebug
271-
puma (~> 6.3)
271+
puma (~> 6.4)
272272
rack-cors
273273
rails (~> 7.0.5)
274274
rollbar

0 commit comments

Comments
 (0)