Skip to content

Commit

Permalink
Bump puma from 6.4.2 to 6.4.3 (#4392)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 481a977 commit a5bd576
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 @@ -39,7 +39,7 @@ gem 'p3p', '~> 2.0'
gem 'panoptes-client'
gem 'pg', '~> 1.4'
gem 'pg_search'
gem 'puma', '~> 6.4.2'
gem 'puma', '~> 6.4.3'
gem 'pundit', '~> 2.4.0'
gem 'rack-cors', '~> 1.0', require: 'rack/cors'
if next?
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ GEM
net-protocol
netrc (0.11.0)
newrelic_rpm (9.3.1)
nio4r (2.7.0)
nio4r (2.7.3)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -342,7 +342,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.7)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
pundit (2.4.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -565,7 +565,7 @@ DEPENDENCIES
pg (~> 1.4)
pg_search
pry
puma (~> 6.4.2)
puma (~> 6.4.3)
pundit (~> 2.4.0)
rack-cors (~> 1.0)
rails (~> 6.1)
Expand Down

0 comments on commit a5bd576

Please sign in to comment.