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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent f41fea4 commit 83221fc
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 @@ -9,7 +9,7 @@ gem 'rails', '~> 8.0'
#gem 'sqlite3', '~> 1.4'
gem 'pg', '>= 0.18'
# Use Puma as the app server
gem 'puma', '~> 6.4'
gem 'puma', '~> 6.6'
gem 'cssbundling-rails'
gem "sprockets-rails"
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,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 (3.1.8)
Expand Down Expand Up @@ -329,7 +329,7 @@ DEPENDENCIES
listen (~> 3.9)
nokogiri (~> 1.18)
pg (>= 0.18)
puma (~> 6.4)
puma (~> 6.6)
rack-mini-profiler (~> 3.3)
rails (~> 8.0)
selenium-webdriver
Expand Down

0 comments on commit 83221fc

Please sign in to comment.