Skip to content

Commit 063aa0b

Browse files
build(deps): 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 d3bb74e commit 063aa0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem "paranoia" # For soft-deleting database objects
3636
gem "pdf-forms" # filling in fund request PDFs with user input
3737
gem "pg" # Use postgresql as the database for Active Record
3838
gem "pretender"
39-
gem "puma", "6.4.3" # 6.2.2 fails to install on m1 # Use Puma as the app server
39+
gem "puma", "6.5.0" # 6.2.2 fails to install on m1 # Use Puma as the app server
4040
gem "pundit" # for authorization management - based on user.role field
4141
gem "rack-attack" # for blocking & throttling abusive requests
4242
gem "rack-cors" # for allowing cross-origin resource sharing

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ GEM
364364
psych (5.2.0)
365365
stringio
366366
public_suffix (6.0.1)
367-
puma (6.4.3)
367+
puma (6.5.0)
368368
nio4r (~> 2.0)
369369
pundit (2.4.0)
370370
activesupport (>= 3.0.0)
@@ -634,7 +634,7 @@ DEPENDENCIES
634634
pretender
635635
pry
636636
pry-byebug
637-
puma (= 6.4.3)
637+
puma (= 6.5.0)
638638
pundit
639639
rack-attack
640640
rack-cors

0 commit comments

Comments
 (0)