Browse Source

Bump sidekiq from 7.0.5 to 7.0.8 (#1601)

pull/1599/head
James Rose 2 years ago committed by GitHub
parent
commit
d610a77024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      Gemfile.lock

10
Gemfile.lock

@ -135,7 +135,7 @@ GEM
childprocess (4.1.0) childprocess (4.1.0)
coderay (1.1.3) coderay (1.1.3)
concurrent-ruby (1.2.2) concurrent-ruby (1.2.2)
connection_pool (2.3.0) connection_pool (2.4.0)
crack (0.4.5) crack (0.4.5)
rexml rexml
crass (1.0.6) crass (1.0.6)
@ -281,7 +281,7 @@ GEM
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
raabro (1.4.0) raabro (1.4.0)
racc (1.6.2) racc (1.6.2)
rack (2.2.6.4) rack (2.2.7)
rack-attack (6.6.1) rack-attack (6.6.1)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rack-mini-profiler (2.3.4) rack-mini-profiler (2.3.4)
@ -322,7 +322,7 @@ GEM
ffi (~> 1.0) ffi (~> 1.0)
redcarpet (3.6.0) redcarpet (3.6.0)
redis (4.8.1) redis (4.8.1)
redis-client (0.12.2) redis-client (0.14.1)
connection_pool connection_pool
regexp_parser (2.7.0) regexp_parser (2.7.0)
request_store (1.5.1) request_store (1.5.1)
@ -392,11 +392,11 @@ GEM
sentry-ruby (~> 5.8.0) sentry-ruby (~> 5.8.0)
sentry-ruby (5.8.0) sentry-ruby (5.8.0)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
sidekiq (7.0.5) sidekiq (7.1.0)
concurrent-ruby (< 2) concurrent-ruby (< 2)
connection_pool (>= 2.3.0) connection_pool (>= 2.3.0)
rack (>= 2.2.4) rack (>= 2.2.4)
redis-client (>= 0.11.0) redis-client (>= 0.14.0)
sidekiq-cron (1.9.1) sidekiq-cron (1.9.1)
fugit (~> 1.8) fugit (~> 1.8)
sidekiq (>= 4.2.1) sidekiq (>= 4.2.1)

Loading…
Cancel
Save