Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rromanchuk committed Dec 30, 2023
1 parent cfeacaa commit c507ae8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion personal/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
21 changes: 8 additions & 13 deletions personal/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -544,7 +539,7 @@ DEPENDENCIES
sentry-rails
sentry-ruby
sidekiq
sidekiq-cron!
sidekiq-cron
simple_form!
sitemap_generator
solargraph
Expand Down

0 comments on commit c507ae8

Please sign in to comment.