Skip to content

Commit

Permalink
build(deps): bump puma from 5.6.4 to 6.4.3
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.4 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@v5.6.4...v6.4.3)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent b00c8a7 commit d0f1b43
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 @@ -2,7 +2,7 @@ source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem "bridgetown", "~> 1.0.0"
gem "puma", "~> 5.6"
gem "puma", "~> 6.4"

group :development do
gem "standard", "~> 1.13"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ GEM
minitest (5.16.2)
multipart-post (2.1.1)
netrc (0.11.0)
nio4r (2.5.8)
nio4r (2.7.3)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -148,7 +148,7 @@ GEM
parser (3.1.2.0)
ast (~> 2.4.1)
public_suffix (4.0.7)
puma (5.6.4)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3.1)
Expand Down Expand Up @@ -247,7 +247,7 @@ DEPENDENCIES
bridgetown-plausible (~> 1.0.2)
bridgetown-svg-inliner (~> 1.0)
bridgetown-view-component (~> 1.0.0)
puma (~> 5.6)
puma (~> 6.4)
solargraph (~> 0.45)
standard (~> 1.13)
view_component (~> 2.62)
Expand Down

0 comments on commit d0f1b43

Please sign in to comment.