Skip to content
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

Bump sidekiq-unique-jobs from 6.0.9 to 7.0.10 in /backend #1491

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
22 changes: 13 additions & 9 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ GEM
bcrypt (3.1.11-x64-mingw32)
bcrypt (3.1.11-x86-mingw32)
brakeman (4.9.1)
brpoplpush-redis_script (0.1.2)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, <= 5.0)
builder (3.2.3)
cancancan (2.3.0)
capistrano (3.14.1)
Expand All @@ -90,8 +93,8 @@ GEM
multi_json
pg
coderay (1.1.3)
concurrent-ruby (1.1.7)
connection_pool (2.2.2)
concurrent-ruby (1.1.8)
connection_pool (2.2.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
Expand Down Expand Up @@ -189,9 +192,9 @@ GEM
public_suffix (4.0.6)
puma (3.12.0)
puma (3.12.0-java)
rack (2.0.6)
rack (2.2.3)
rack-cors (1.0.2)
rack-protection (2.0.5)
rack-protection (2.1.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -237,7 +240,7 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.1.0)
redis (4.2.5)
regexp_parser (1.7.1)
request_store (1.4.1)
rack (>= 1.4)
Expand Down Expand Up @@ -291,10 +294,11 @@ GEM
rack (>= 1.5.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
sidekiq-unique-jobs (6.0.9)
sidekiq-unique-jobs (7.0.10)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
sidekiq (>= 4.0, < 6.0)
thor (~> 0)
sidekiq (>= 5.0, < 7.0)
thor (>= 0.20, < 2.0)
spoon (0.0.6)
ffi
spring (2.1.1)
Expand All @@ -311,7 +315,7 @@ GEM
sshkit (1.21.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
thor (0.20.3)
thor (1.1.0)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
tzinfo (1.2.7)
Expand Down