Skip to content

Commit

Permalink
Bump puma from 6.4.2 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.2 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.2...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 23, 2024
1 parent d61282f commit 3b624c5
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 @@ -8,7 +8,7 @@ gem 'importmap-rails', '~> 2.0', '>= 2.0.1'
# Use postgres as the database for Active Record
gem 'pg', '~> 1.5'
# Use Puma as the app server
gem 'puma', '~> 6.4', '>= 6.4.2'
gem 'puma', '~> 6.5'
gem 'turbo-rails', '~> 2.0'
gem 'stimulus-rails', '~> 1.3'
# Use Redis adapter to run Action Cable in production
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nio4r (2.7.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
pg (1.5.9)
Expand All @@ -174,7 +174,7 @@ GEM
rate_throttle_client (~> 0.1.0)
psych (5.1.2)
stringio
puma (6.4.2)
puma (6.5.0)
nio4r (~> 2.0)
qonfig (0.28.0)
racc (1.8.1)
Expand Down Expand Up @@ -321,7 +321,7 @@ DEPENDENCIES
pg (~> 1.5)
pg_search (~> 2.3)
platform-api (~> 3.6)
puma (~> 6.4, >= 6.4.2)
puma (~> 6.5)
rack-mini-profiler (~> 3.3)
rails (~> 7.2)
rails-i18n (~> 7.0)
Expand Down

0 comments on commit 3b624c5

Please sign in to comment.