mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
5f8b5fc407
* Add test to change the version of nio4r gem in phased restart * Add test to change the version of json gem in phased restart * Remove use of json gem when handling worker stats messages * DRY up gem change phased restart tests * Add History entry
2 lines
91 B
Ruby
2 lines
91 B
Ruby
require 'json'
|
|
run lambda { |env| [200, {'Content-Type'=>'text/plain'}, [JSON::VERSION]] }
|