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
4 lines
82 B
Ruby
4 lines
82 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem 'puma', path: '../../..'
|
|
gem 'json', '= 2.3.1'
|