Skip to content

Commit

Permalink
chore(deps): bump puma_worker_killer from 0.3.1 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [puma_worker_killer](https://github.com/schneems/puma_worker_killer) from 0.3.1 to 1.0.0.
- [Changelog](https://github.com/zombocom/puma_worker_killer/blob/main/CHANGELOG.md)
- [Commits](zombocom/puma_worker_killer@v0.3.1...v1.0.0)

---
updated-dependencies:
- dependency-name: puma_worker_killer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent 350ae29 commit 7750e92
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ GEM
smart_properties
erubi (1.13.0)
ffi (1.17.0)
get_process_mem (0.2.7)
get_process_mem (1.0.0)
bigdecimal (>= 2.0)
ffi (~> 1.0)
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -207,8 +208,9 @@ GEM
public_suffix (6.0.0)
puma (6.4.2)
nio4r (~> 2.0)
puma_worker_killer (0.3.1)
get_process_mem (~> 0.2)
puma_worker_killer (1.0.0)
bigdecimal (>= 2.0)
get_process_mem (>= 0.2)
puma (>= 2.7)
racc (1.8.0)
rack (3.1.7)
Expand Down

0 comments on commit 7750e92

Please sign in to comment.