From 5da7ffd46cc2cba8785fd4a4885915265feecc12 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Wed, 11 Sep 2019 18:43:02 +1000 Subject: [PATCH] FEATURE: update mini_scheduler to support history filtering New version of mini scheduler allows you to select the name of a schedule in the history page in `/sidekiq/scheduler/history`. This is handy for quickly looking up timing trends. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 64fd90002c..868c67c591 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,7 @@ GEM mini_portile2 (2.4.0) mini_racer (0.2.6) libv8 (>= 6.9.411) - mini_scheduler (0.12.1) + mini_scheduler (0.12.2) sidekiq mini_sql (0.2.2) mini_suffix (0.3.0)