Skip to content

Commit c25898c

Browse files
authored
build(deps): Updates Sidekiq to 6.1.3 (#461)
* build(deps): Updates Sidekiq to 6.1.2 * build: Updates Sidekiq to 6.1.3 * build: Updates sidekiq-cron
1 parent f26461b commit c25898c

12 files changed

+17
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ gem 'audited', '~> 4.7'
7878

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

8383
# Misc support gems
8484
gem 'rails-settings-cached', '~> 0.7.2'

Gemfile.lock

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
GIT
2+
remote: https://github.com/codeRIT/sidekiq-cron.git
3+
revision: 571d7d74d2828aea2f55381a83f73ac3450e8819
4+
branch: master
5+
specs:
6+
sidekiq-cron (1.2.0)
7+
fugit (~> 1.1)
8+
sidekiq (>= 4.2.1)
9+
110
GEM
211
remote: https://rubygems.org/
312
specs:
@@ -149,9 +158,9 @@ GEM
149158
font-awesome-rails (4.7.0.5)
150159
railties (>= 3.2, < 6.1)
151160
formatador (0.2.5)
152-
fugit (1.3.6)
161+
fugit (1.4.2)
153162
et-orbi (~> 1.1, >= 1.1.8)
154-
raabro (~> 1.3)
163+
raabro (~> 1.4)
155164
fullcalendar-rails (3.9.0.0)
156165
jquery-rails (>= 4.0.5, < 5.0.0)
157166
jquery-ui-rails (>= 5.0.2)
@@ -273,10 +282,8 @@ GEM
273282
public_suffix (4.0.5)
274283
puma (4.3.5)
275284
nio4r (~> 2.0)
276-
raabro (1.3.1)
285+
raabro (1.4.0)
277286
rack (2.2.3)
278-
rack-protection (2.0.8.1)
279-
rack
280287
rack-test (1.1.0)
281288
rack (>= 1.0, < 3)
282289
rails (5.2.4.4)
@@ -319,7 +326,7 @@ GEM
319326
rb-inotify (0.10.1)
320327
ffi (~> 1.0)
321328
redcarpet (3.5.0)
322-
redis (4.2.1)
329+
redis (4.2.5)
323330
regexp_parser (1.7.1)
324331
responders (3.0.1)
325332
actionpack (>= 5.0)
@@ -367,14 +374,10 @@ GEM
367374
shoulda-context (2.0.0)
368375
shoulda-matchers (4.4.1)
369376
activesupport (>= 4.2.0)
370-
sidekiq (6.0.7)
377+
sidekiq (6.1.3)
371378
connection_pool (>= 2.2.2)
372379
rack (~> 2.0)
373-
rack-protection (>= 2.0.0)
374-
redis (>= 4.1.0)
375-
sidekiq-cron (1.2.0)
376-
fugit (~> 1.1)
377-
sidekiq (>= 4.2.1)
380+
redis (>= 4.2.0)
378381
simple_form (5.0.2)
379382
actionpack (>= 5.0)
380383
activemodel (>= 5.0)
@@ -490,7 +493,7 @@ DEPENDENCIES
490493
shoulda (~> 4.0.0)
491494
shoulda-matchers (~> 4.4.0)
492495
sidekiq (< 7)
493-
sidekiq-cron (~> 1.1)
496+
sidekiq-cron!
494497
simple_form
495498
simple_spark
496499
simplecov

vendor/cache/fugit-1.3.6.gem

-24 KB
Binary file not shown.

vendor/cache/fugit-1.4.2.gem

26 KB
Binary file not shown.

vendor/cache/raabro-1.3.1.gem

-13.5 KB
Binary file not shown.

vendor/cache/raabro-1.4.0.gem

13.5 KB
Binary file not shown.
-16.5 KB
Binary file not shown.

vendor/cache/redis-4.2.1.gem

-57.5 KB
Binary file not shown.

vendor/cache/redis-4.2.5.gem

58 KB
Binary file not shown.

vendor/cache/sidekiq-6.0.7.gem

-292 KB
Binary file not shown.

0 commit comments

Comments
 (0)