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 from 7.2.4 to 7.3.0 #205

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
Expand Down Expand Up @@ -186,6 +186,7 @@ GEM
faraday (~> 2.0)
faraday-follow_redirects
language_server-protocol (3.17.0.3)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -201,7 +202,6 @@ GEM
rake
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.23.1)
msgpack (1.7.2)
mutex_m (0.2.0)
Expand All @@ -217,8 +217,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
omniauth (2.1.2)
hashie (>= 3.4.6)
Expand Down Expand Up @@ -257,7 +256,7 @@ GEM
pundit (2.3.2)
activesupport (>= 3.0.0)
racc (1.8.0)
rack (3.0.11)
rack (3.1.6)
rack-oauth2 (2.2.1)
activesupport
attr_required
Expand Down Expand Up @@ -369,11 +368,12 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sidekiq (7.2.4)
sidekiq (7.3.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.19.0)
redis-client (>= 0.22.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -436,7 +436,7 @@ GEM
zeitwerk (2.6.15)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
aws-sdk-s3
Expand Down
Binary file removed vendor/cache/concurrent-ruby-1.3.1.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.3.3.gem
Binary file not shown.
Binary file added vendor/cache/logger-1.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/mini_portile2-2.8.7.gem
Binary file not shown.
Binary file removed vendor/cache/rack-3.0.11.gem
Binary file not shown.
Binary file added vendor/cache/rack-3.1.6.gem
Binary file not shown.
Binary file removed vendor/cache/sidekiq-7.2.4.gem
Binary file not shown.
Binary file added vendor/cache/sidekiq-7.3.0.gem
Binary file not shown.
Loading