Skip to content

build(deps): Updates Sidekiq to 6.1.3 #461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gem 'audited', '~> 4.7'

# Background job processing
gem 'sidekiq', '< 7'
gem 'sidekiq-cron', '~> 1.1'
gem 'sidekiq-cron', github: 'codeRIT/sidekiq-cron', branch: 'master'

# Misc support gems
gem 'rails-settings-cached', '~> 0.7.2'
Expand Down
29 changes: 16 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/codeRIT/sidekiq-cron.git
revision: 571d7d74d2828aea2f55381a83f73ac3450e8819
branch: master
specs:
sidekiq-cron (1.2.0)
fugit (~> 1.1)
sidekiq (>= 4.2.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -149,9 +158,9 @@ GEM
font-awesome-rails (4.7.0.5)
railties (>= 3.2, < 6.1)
formatador (0.2.5)
fugit (1.3.6)
fugit (1.4.2)
et-orbi (~> 1.1, >= 1.1.8)
raabro (~> 1.3)
raabro (~> 1.4)
fullcalendar-rails (3.9.0.0)
jquery-rails (>= 4.0.5, < 5.0.0)
jquery-ui-rails (>= 5.0.2)
Expand Down Expand Up @@ -273,10 +282,8 @@ GEM
public_suffix (4.0.5)
puma (4.3.5)
nio4r (~> 2.0)
raabro (1.3.1)
raabro (1.4.0)
rack (2.2.3)
rack-protection (2.0.8.1)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.4.4)
Expand Down Expand Up @@ -319,7 +326,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.0)
redis (4.2.1)
redis (4.2.5)
regexp_parser (1.7.1)
responders (3.0.1)
actionpack (>= 5.0)
Expand Down Expand Up @@ -367,14 +374,10 @@ GEM
shoulda-context (2.0.0)
shoulda-matchers (4.4.1)
activesupport (>= 4.2.0)
sidekiq (6.0.7)
sidekiq (6.1.3)
connection_pool (>= 2.2.2)
rack (~> 2.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
sidekiq-cron (1.2.0)
fugit (~> 1.1)
sidekiq (>= 4.2.1)
redis (>= 4.2.0)
simple_form (5.0.2)
actionpack (>= 5.0)
activemodel (>= 5.0)
Expand Down Expand Up @@ -490,7 +493,7 @@ DEPENDENCIES
shoulda (~> 4.0.0)
shoulda-matchers (~> 4.4.0)
sidekiq (< 7)
sidekiq-cron (~> 1.1)
sidekiq-cron!
simple_form
simple_spark
simplecov
Expand Down
Binary file removed vendor/cache/fugit-1.3.6.gem
Binary file not shown.
Binary file added vendor/cache/fugit-1.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/raabro-1.3.1.gem
Binary file not shown.
Binary file added vendor/cache/raabro-1.4.0.gem
Binary file not shown.
Binary file removed vendor/cache/rack-protection-2.0.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/redis-4.2.1.gem
Binary file not shown.
Binary file added vendor/cache/redis-4.2.5.gem
Binary file not shown.
Binary file removed vendor/cache/sidekiq-6.0.7.gem
Binary file not shown.
Binary file added vendor/cache/sidekiq-6.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/sidekiq-cron-1.2.0.gem
Binary file not shown.