Merge branch 'dev' into bump-ruby-3.1.x

This commit is contained in:
Daniel O'Connor
2022-11-06 17:41:58 +10:30
committed by GitHub

View File

@@ -186,7 +186,7 @@ GEM
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
connection_pool (2.3.0)
crass (1.0.6)
csv_shaper (1.3.2)
activesupport (>= 3.0.0)
@@ -493,7 +493,8 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.8.0)
redis-client (0.11.1)
connection_pool
regexp_parser (2.6.0)
responders (3.0.1)
actionpack (>= 5.0)
@@ -589,10 +590,11 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sidekiq (6.5.5)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.5.0)
sidekiq (7.0.1)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.9.0)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)