Skip to content

Commit

Permalink
Bump puma from 6.4.3 to 6.5.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 4fb6bf2 commit ec95316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby file: ".ruby-version"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 7.2.2"
# Use Puma as the app server
gem "puma", "~> 6.4"
gem "puma", "~> 6.5"
# Deliver assets with Propshaft
gem "propshaft", "~> 1.1"
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ GEM
psych (5.2.0)
stringio
public_suffix (6.0.1)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
pundit (2.4.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -799,7 +799,7 @@ DEPENDENCIES
pghero (~> 3.6)
propshaft (~> 1.1)
public_suffix (~> 6.0)
puma (~> 6.4)
puma (~> 6.5)
pundit (~> 2.4)
rack-contrib (~> 2.5)
rails (~> 7.2.2)
Expand Down

0 comments on commit ec95316

Please sign in to comment.