Skip to content

Commit

Permalink
Merge pull request #1300 from dradis/security-audit/bump-puma-6.4.3
Browse files Browse the repository at this point in the history
Bump puma to 6.4.3
  • Loading branch information
caitmich authored Sep 24, 2024
2 parents a83fb02 + c293a87 commit b1617e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[v#.#.#] ([month] [YYYY])
- Kit Import: Use file name sequencing when a template file with the same name exists
- Upgraded gems:
- rexml
- puma, rexml
- Bugs fixes:
- [entity]:
- [future tense verb] [bug fix]
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ gem 'net-smtp'
gem 'net-pop'
gem 'net-imap'

gem 'puma', '>= 6.4.2'
gem 'puma', '>= 6.4.3'

# ------------------------------------------------------------------ Deployment
# Use Capistrano for deployment
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (5.0.3)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
Expand Down Expand Up @@ -582,7 +582,7 @@ DEPENDENCIES
paper_trail (~> 12.2.0)
parslet (~> 1.6.0)
pg
puma (>= 6.4.2)
puma (>= 6.4.3)
rack-mini-profiler (~> 2.0)
rails (~> 7.0.8.4)
rails-html-sanitizer (~> 1.4.4)
Expand Down

0 comments on commit b1617e6

Please sign in to comment.