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:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 4a4fd0e commit 3ae2cdc
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 @@ -20,7 +20,7 @@ gem 'iso8601'
gem 'jbuilder', '~> 2.7.0'
gem 'mustache'
gem 'nokogiri', '>= 1.8.2'
gem 'puma', '~> 6', '>= 6.4.2'
gem 'puma', '~> 6'
gem 'rack', '~> 2.2', '>= 2.2.8.1'
gem 'rails', '~> 6.1', '>= 6.1.7.8'
gem 'rake'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ GEM
net-protocol
net-ssh (7.1.0)
netrc (0.11.0)
nio4r (2.5.9)
nio4r (2.7.4)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -367,7 +367,7 @@ GEM
pry (>= 0.10.4)
psych (3.3.2)
public_suffix (6.0.1)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8.1)
Expand Down Expand Up @@ -612,7 +612,7 @@ DEPENDENCIES
pry-byebug
pry-rails
psych (= 3.3.2)
puma (~> 6, >= 6.4.2)
puma (~> 6)
rack (~> 2.2, >= 2.2.8.1)
rack-rewrite
rails (~> 6.1, >= 6.1.7.8)
Expand Down

0 comments on commit 3ae2cdc

Please sign in to comment.