From 3d7c2b00ecc5f4edcbbfca41543c789f48d8ce5a Mon Sep 17 00:00:00 2001 From: Yoann Lecuyer Date: Fri, 5 Jul 2024 23:51:16 +0200 Subject: [PATCH] Release: Bump version to 1.7 --- Gemfile.lock | 4 ++-- puma-status.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'