Skip to content

Commit

Permalink
Bump puma from 6.4.2 to 6.4.3
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.4.2...v6.4.3)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent ab4212b commit 417009e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem "base64", "~> 0.2.0"
gem "bigdecimal", "~> 3.1"
gem "csv", "~> 3.3"
gem "jekyll", "~> 4.0"
gem "puma", "~> 6.0"
gem "puma", "~> 6.4"
gem "rack-jekyll", "~> 0.5.0", github: "adaoraul/rack-jekyll"
gem "rake", "~> 13.0"
gem "sass", "~> 3.7"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nio4r (2.7.1)
nio4r (2.7.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.5)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
rack (3.0.10)
rake (13.2.0)
Expand Down Expand Up @@ -95,7 +95,7 @@ DEPENDENCIES
bigdecimal (~> 3.1)
csv (~> 3.3)
jekyll (~> 4.0)
puma (~> 6.0)
puma (~> 6.4)
rack-jekyll (~> 0.5.0)!
rake (~> 13.0)
sass (~> 3.7)
Expand Down

0 comments on commit 417009e

Please sign in to comment.