diff --git a/Gemfile.lock b/Gemfile.lock index dd9f1c9..389a01b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - puma-status (1.6) + puma-status (1.7) net_http_unix (~> 0.2) parallel (~> 1) @@ -11,7 +11,7 @@ GEM climate_control (0.2.0) diff-lcs (1.5.0) net_http_unix (0.2.2) - parallel (1.24.0) + parallel (1.25.1) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) diff --git a/puma-status.gemspec b/puma-status.gemspec index 8db3e5e..e1de514 100644 --- a/puma-status.gemspec +++ b/puma-status.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'puma-status' - s.version = "1.6" + s.version = "1.7" s.authors = ["Yoann Lecuyer"] s.date = '2019-07-14' s.summary = 'Command-line tool for puma to display information about running request/process'