Skip to content

Commit 108b3b8

Browse files
Bump puma from 6.4.3 to 6.5.0 (#22)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0539843 commit 108b3b8

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
@@ -7,7 +7,7 @@ ruby '3.0.6'
77

88
gem 'bootsnap', require: false
99
gem 'pg', '~> 1.5'
10-
gem 'puma', '~> 6.4'
10+
gem 'puma', '~> 6.5'
1111
gem 'rails', '~> 7.1.4'
1212
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
1313

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ GEM
187187
timeout
188188
net-smtp (0.5.0)
189189
net-protocol
190-
nio4r (2.7.3)
190+
nio4r (2.7.4)
191191
nokogiri (1.16.7-x64-mingw32)
192192
racc (~> 1.4)
193193
nokogiri (1.16.7-x86_64-linux)
@@ -216,7 +216,7 @@ GEM
216216
pg (1.5.8-x64-mingw32)
217217
psych (5.1.2)
218218
stringio
219-
puma (6.4.3)
219+
puma (6.5.0)
220220
nio4r (~> 2.0)
221221
racc (1.8.1)
222222
rack (2.2.10)
@@ -317,7 +317,7 @@ DEPENDENCIES
317317
omniauth (~> 2.1)
318318
omniauth-google-oauth2 (~> 1.2)
319319
pg (~> 1.5)
320-
puma (~> 6.4)
320+
puma (~> 6.5)
321321
rack-cors (~> 2.0)
322322
rails (~> 7.1.4)
323323
rswag-ui (~> 2.15)

0 commit comments

Comments
 (0)