Skip to content

Commit

Permalink
Build(deps): 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 3, 2025
1 parent 14d738f commit c2d28b9
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 @@ -110,7 +110,7 @@ gem 'maxmind-db', '~> 1.2.0'
gem 'mahoro', '~> 0.5'
gem 'nokogiri', '~> 1.18.2'
gem 'open4', '~> 1.3.0'
gem 'puma', '~> 6.5.0'
gem 'puma', '~> 6.6.0'
gem 'rack', '~> 2.2.10'
gem 'rack-utf8_sanitizer', '~> 1.10.1'
gem 'recaptcha', '~> 5.19.0', require: 'recaptcha/rails'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ GEM
date
stringio
public_suffix (6.0.1)
puma (6.5.0)
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.10)
Expand Down Expand Up @@ -687,7 +687,7 @@ DEPENDENCIES
pg (~> 1.5.9)
pry (~> 0.15.2)
pstore (~> 0.1.4)
puma (~> 6.5.0)
puma (~> 6.6.0)
rack (~> 2.2.10)
rack-utf8_sanitizer (~> 1.10.1)
rails (~> 8.0.1)
Expand Down

0 comments on commit c2d28b9

Please sign in to comment.