Skip to content

Commit 3fd5209

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] <[email protected]>
1 parent d13c6ca commit 3fd5209

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
@@ -20,7 +20,7 @@ gem 'fog-aws'
2020
# Database adapter for PostgreSQL
2121
gem 'pg', '>= 0.18', '< 2.0'
2222
# Puma as the app server
23-
gem 'puma', '~> 6.4'
23+
gem 'puma', '~> 6.5'
2424

2525
# Pundit for authorization, custom fork for Better Together
2626
gem 'pundit-resources', '~> 1.1.4', github: 'better-together-org/pundit-resources'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ GEM
406406
timeout
407407
net-smtp (0.5.0)
408408
net-protocol
409-
nio4r (2.7.3)
409+
nio4r (2.7.4)
410410
nokogiri (1.16.7-x86_64-linux)
411411
racc (~> 1.4)
412412
noticed (2.4.3)
@@ -433,7 +433,7 @@ GEM
433433
psych (5.1.2)
434434
stringio
435435
public_suffix (6.0.1)
436-
puma (6.4.3)
436+
puma (6.5.0)
437437
nio4r (~> 2.0)
438438
pundit (2.4.0)
439439
activesupport (>= 3.0.0)
@@ -711,7 +711,7 @@ DEPENDENCIES
711711
listen (>= 3.0.5, < 3.10)
712712
pg (>= 0.18, < 2.0)
713713
pry
714-
puma (~> 6.4)
714+
puma (~> 6.5)
715715
pundit-resources (~> 1.1.4)!
716716
rack-mini-profiler
717717
rack-protection

0 commit comments

Comments
 (0)