Skip to content

Commit

Permalink
Bump puma from 5.6.5 to 5.6.7
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 5.6.7.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.5...v5.6.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2023
1 parent 7ab7452 commit a9747f7
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 @@ -6,7 +6,7 @@ ruby File.read(".ruby-version").strip

# Rails specific
gem "pg", "~> 1.1" # Use postgresql as the database for Active Record
gem "puma", "~> 5.0" # Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.6" # Use the Puma web server [https://github.com/puma/puma]
gem "rails", "~> 7.0.4"
gem "sprockets-rails" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
Expand All @@ -249,7 +249,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.0)
puma (5.6.5)
puma (5.6.7)
nio4r (~> 2.0)
pundit (2.2.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -450,7 +450,7 @@ DEPENDENCIES
mobility (~> 1.2)
mobility-ransack (~> 1.2)
pg (~> 1.1)
puma (~> 5.0)
puma (~> 5.6)
pundit (~> 2.2)
pundit-matchers (~> 1.8)
rails (~> 7.0.4)
Expand Down

0 comments on commit a9747f7

Please sign in to comment.