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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent 08adb82 commit a645e2e
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 @@ -48,7 +48,7 @@ gem 'bootsnap', require: false

group :development, :test do
# Use the Puma web server [https://github.com/puma/puma]
gem 'puma', '~> 6.4'
gem 'puma', '~> 6.5'

# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'debug', platforms: %i[mri mingw x64_mingw]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (5.0.4)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
Expand Down Expand Up @@ -336,7 +336,7 @@ DEPENDENCIES
jbuilder
pg (~> 1.5)
propshaft
puma (~> 6.4)
puma (~> 6.5)
rack-cors
rails (~> 8.0.0)
rubocop-minitest (~> 0.36.0)
Expand Down

0 comments on commit a645e2e

Please sign in to comment.