Skip to content

Commit

Permalink
build(deps): bump puma from 5.6.8 to 5.6.9
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.8 to 5.6.9.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.8...v5.6.9)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent 3859098 commit 7ee988e
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 'rails', '~> 7.1.1'
# Use sqlite3 as the database for Active Record
# gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 5.6', '>= 5.6.8'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6.0.0'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ GEM
timeout
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.1)
nio4r (2.7.3)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
psych (5.1.2)
stringio
public_suffix (5.0.4)
puma (5.6.8)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.0.11)
Expand Down Expand Up @@ -278,7 +278,7 @@ DEPENDENCIES
jbuilder (~> 2.11, >= 2.11.5)
listen (~> 3.3)
nokogiri (~> 1.16)
puma (~> 5.6, >= 5.6.8)
puma (~> 5.6)
rack-mini-profiler (~> 3.0, >= 3.0.0)
rails (~> 7.1.1)
sass-rails (>= 6.0.0)
Expand Down

0 comments on commit 7ee988e

Please sign in to comment.