From c507ae8017841fb3ca171ab1baed141ac5264f3c Mon Sep 17 00:00:00 2001 From: Ryan Romanchuk Date: Sat, 30 Dec 2023 16:39:51 -0600 Subject: [PATCH] upgrade --- personal/Gemfile | 2 +- personal/Gemfile.lock | 21 ++++++++------------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/personal/Gemfile b/personal/Gemfile index 7377a5e..d1cc082 100644 --- a/personal/Gemfile +++ b/personal/Gemfile @@ -35,7 +35,7 @@ gem "jbuilder" gem "hiredis" gem "redis" gem 'sidekiq' -gem "sidekiq-cron", github: 'rromanchuk/sidekiq-cron', branch: 'fix/embed_signature' +gem "sidekiq-cron" gem "sd_notify" # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] diff --git a/personal/Gemfile.lock b/personal/Gemfile.lock index a05d693..d3ea33a 100644 --- a/personal/Gemfile.lock +++ b/personal/Gemfile.lock @@ -23,15 +23,6 @@ GIT json-jwt (~> 1.11) rest-client (~> 2.0) -GIT - remote: https://github.com/rromanchuk/sidekiq-cron.git - revision: cea9d11149669019f19d2bade0c4b1a469f4bcc7 - branch: fix/embed_signature - specs: - sidekiq-cron (1.9.0) - fugit (~> 1.8) - sidekiq (>= 4.2.1) - GEM remote: https://rubygems.org/ specs: @@ -193,7 +184,7 @@ GEM ffi (1.15.5) friendly_id (5.5.1) activerecord (>= 4.0.0) - fugit (1.8.1) + fugit (1.9.0) et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) globalid (1.2.1) @@ -366,7 +357,7 @@ GEM psych (>= 4.0.0) redis (5.0.6) redis-client (>= 0.9.0) - redis-client (0.14.1) + redis-client (0.19.1) connection_pool regexp_parser (2.8.3) reline (0.4.1) @@ -419,11 +410,15 @@ GEM sentry-ruby (~> 5.15.2) sentry-ruby (5.15.2) concurrent-ruby (~> 1.0, >= 1.0.2) - sidekiq (7.1.1) + sidekiq (7.2.0) concurrent-ruby (< 2) connection_pool (>= 2.3.0) rack (>= 2.2.4) redis-client (>= 0.14.0) + sidekiq-cron (1.12.0) + fugit (~> 1.8) + globalid (>= 1.0.1) + sidekiq (>= 6) sitemap_generator (6.3.0) builder (~> 3.0) snaky_hash (2.0.1) @@ -544,7 +539,7 @@ DEPENDENCIES sentry-rails sentry-ruby sidekiq - sidekiq-cron! + sidekiq-cron simple_form! sitemap_generator solargraph