Skip to content

Commit ce12d5f

Browse files
Bump puma from 6.4.3 to 6.5.0
Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 6.5.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.4.3...v6.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3187116 commit ce12d5f

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
@@ -15,7 +15,7 @@ gem 'sqlite3', '~> 1.7'
1515
gem 'pg'
1616

1717
# Use the Puma web server [https://github.com/puma/puma]
18-
gem 'puma', '~> 6.4'
18+
gem 'puma', '~> 6.5'
1919

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

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ GEM
224224
timeout
225225
net-smtp (0.5.0)
226226
net-protocol
227-
nio4r (2.7.3)
227+
nio4r (2.7.4)
228228
nokogiri (1.16.8)
229229
mini_portile2 (~> 2.8.2)
230230
racc (~> 1.4)
@@ -237,7 +237,7 @@ GEM
237237
psych (5.1.2)
238238
stringio
239239
public_suffix (5.0.4)
240-
puma (6.4.3)
240+
puma (6.5.0)
241241
nio4r (~> 2.0)
242242
racc (1.8.1)
243243
rack (2.2.10)
@@ -405,7 +405,7 @@ DEPENDENCIES
405405
jbuilder
406406
jquery-rails
407407
pg
408-
puma (~> 6.4)
408+
puma (~> 6.5)
409409
rack-cors
410410
rails (~> 7.0.8)
411411
redis (~> 5.3)

0 commit comments

Comments
 (0)