Skip to content

Commit

Permalink
Bump puma from 6.5.0 to 6.6.0
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.5.0...v6.6.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 Feb 1, 2025
1 parent 6cc8857 commit ba55745
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 @@ -8,7 +8,7 @@ gem 'rails', '~> 8.0'
# Use postgresql as the database for Active Record
gem 'pg', '>= 1.2.3', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 6.5'
gem 'puma', '~> 6.6'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
psych (5.2.3)
date
stringio
puma (6.5.0)
puma (6.6.0)
nio4r (~> 2.0)
pundit (2.4.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -303,7 +303,7 @@ DEPENDENCIES
image_processing (~> 1.13.0)
mocha (~> 2.7.1)
pg (>= 1.2.3, < 2.0)
puma (~> 6.5)
puma (~> 6.6)
pundit (~> 2.4)
rack-cors (~> 2.0)
rails (~> 8.0)
Expand Down

0 comments on commit ba55745

Please sign in to comment.