diff --git a/Gemfile.lock b/Gemfile.lock index 419545d490d..55f712f43d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -407,8 +407,6 @@ GEM railties (>= 5.0.0) faker (3.3.0) i18n (>= 1.8.11, < 2) - fakeredis (0.9.2) - redis (~> 4.8) faraday (2.9.0) faraday-net_http (>= 2.0, < 3.2) faraday-follow_redirects (0.3.0) @@ -626,6 +624,7 @@ GEM mini_mime (1.1.5) mini_portile2 (2.8.5) minitest (5.22.3) + mock_redis (0.44.0) msgpack (1.7.2) msgpack (1.7.2-java) multi_json (1.15.0) @@ -805,6 +804,8 @@ GEM rdoc (6.6.3.1) psych (>= 4.0.0) redis (4.8.1) + redis-client (0.21.1) + connection_pool redis-namespace (1.11.0) redis (>= 4) regexp_parser (2.9.0) @@ -946,10 +947,11 @@ GEM shrine (3.5.0) content_disposition (~> 1.0) down (~> 5.1) - sidekiq (6.5.12) - connection_pool (>= 2.2.5, < 3) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.2.2) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.19.0) sidekiq_alive (2.4.0) gserver (~> 0.0.1) sidekiq (>= 5, < 8) @@ -1114,7 +1116,6 @@ DEPENDENCIES facilities_api! factory_bot_rails faker - fakeredis faraday (~> 2.9) faraday-follow_redirects faraday-httpclient @@ -1163,6 +1164,7 @@ DEPENDENCIES mimemagic mini_magick mobile! + mock_redis mocked_authentication! my_health! net-sftp @@ -1227,7 +1229,7 @@ DEPENDENCIES sentry-ruby shoulda-matchers shrine - sidekiq (>= 6.4.0) + sidekiq (~> 7.2.0) sidekiq_alive simple_forms_api! simplecov