Skip to content

Commit

Permalink
Merge pull request #1738 from ualbertalib/cds/bump-sidekiq-unique-jobs
Browse files Browse the repository at this point in the history
Cds/bump sidekiq unique jobs
  • Loading branch information
ConnorSheremeta authored Jun 29, 2020
2 parents 9aabad8 + 44a63bb commit fb52077
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ GEM
clamby (1.6.2)
coderay (1.1.2)
colored2 (3.1.2)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
concurrent-ruby (1.1.6)
connection_pool (2.2.3)
cork (0.3.0)
colored2 (~> 3.1)
crack (0.4.3)
Expand Down Expand Up @@ -323,7 +323,7 @@ GEM
pundit (1.1.0)
activesupport (>= 3.0.0)
raabro (1.1.6)
rack (2.0.7)
rack (2.2.3)
rack-attack (6.1.0)
rack (>= 1.0, < 3)
rack-protection (2.0.7)
Expand Down Expand Up @@ -376,7 +376,7 @@ GEM
rdf-vocab (2.2.9)
rdf (>= 2.2, < 4.0)
rdoc (6.1.1)
redis (4.1.3)
redis (4.1.4)
regexp_parser (1.6.0)
rollbar (2.22.1)
rsolr (2.2.1)
Expand Down Expand Up @@ -431,15 +431,15 @@ GEM
rubyzip (>= 1.2.2)
shoulda-matchers (4.1.2)
activesupport (>= 4.2.0)
sidekiq (5.2.7)
sidekiq (5.2.9)
connection_pool (~> 2.2, >= 2.2.2)
rack (>= 1.5.0)
rack (~> 2.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
redis (>= 3.3.5, < 4.2)
sidekiq-cron (1.1.0)
fugit (~> 1.1)
sidekiq (>= 4.2.1)
sidekiq-unique-jobs (6.0.15)
sidekiq-unique-jobs (6.0.22)
concurrent-ruby (~> 1.0, >= 1.0.5)
sidekiq (>= 4.0, < 7.0)
thor (~> 0)
Expand Down

0 comments on commit fb52077

Please sign in to comment.