1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

4 commits

Author SHA1 Message Date
MSP-Greg
f8c5b4a29d
Autoload BundlePruner, fix CI (#2862)
* Gemfile - no rdoc

* Update test_bundle_pruner.rb

* More rdoc removals

* launcher.rb - autoload BundlePruner

* test_config.rb - fix two 'warning: assigned but unused variable'
2022-04-17 20:05:04 -06:00
Nate Berkopec
6c514e70f5
Merge pull request from GHSA-h99w-9q5r-gjq9
* Fix tests when run on GH Actions and repo isn't named 'puma'

* Test updates for CVE

* Lib Updates for CVE

* cleint.rb - make validation values constants

Co-authored-by: MSP-Greg <Greg.mpls@gmail.com>
2022-03-30 08:06:46 -06:00
Johnny Shields
8a4ef0c16c
[WIP] Refactor: Split out LogWriter from Events (no logic change) (#2798)
* Split out LogWriter from Events

* Improve code comment

* Fix constructor interfaces

* Fix file includes

* Fix specs and requires

* Fix LogWriter

* More fixes

* Fix tests

* Fix specs

* Fix spec

* Fix more specs

* Refactor: Split out LogWriter from Events

* Improve comments

* Fix bundle pruner

Co-authored-by: shields <shields@tablecheck.com>
2022-02-05 10:06:22 -07:00
Johnny Shields
d7cfe19eb3
Extract prune_bundler code into it's own class. (#2797)
Co-authored-by: shields <shields@tablecheck.com>
2022-02-01 12:07:38 -07:00