Skip to content

Commit

Permalink
Bump puma from 6.4.2 to 6.4.3
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.4.2...v6.4.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent 99ba556 commit 369fddf
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 @@ -159,7 +159,7 @@ group :development, :test do
# system specs
gem "capybara", "~> 3.30"
gem "launchy", "~> 2.5" # For auto-opening capybara html file
gem "puma", "~> 6.0"
gem "puma", "~> 6.4"
gem "selenium-webdriver", "~> 4.15.0" # TODO: Can't upgrade to 4.17 until Rails 7 + Ruby 3.3

# Debugging
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (6.0.1)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.7)
Expand Down Expand Up @@ -736,7 +736,7 @@ DEPENDENCIES
pry (~> 0.13)
pry-byebug (~> 3.9)
pry-rails (~> 0.3)
puma (~> 6.0)
puma (~> 6.4)
rack-attack (~> 6.3)
rails (~> 7.1.0)
rails-backbone!
Expand Down

0 comments on commit 369fddf

Please sign in to comment.