Skip to content
Snippets Groups Projects
Commit 5e000a17 authored by John Harris's avatar John Harris
Browse files

chore: update batch loader

parent da70aaee
No related branches found
Tags v3.2.28
No related merge requests found
Pipeline #96943 passed
...@@ -43,7 +43,7 @@ gem 'actionpack-cloudflare', '1.1.0' ...@@ -43,7 +43,7 @@ gem 'actionpack-cloudflare', '1.1.0'
# Caching # Caching
gem 'hiredis', '0.6.3' gem 'hiredis', '0.6.3'
gem 'redis', '4.6.0' gem 'redis', '4.6.0'
gem 'batch-loader', '2.0.1' gem 'batch-loader', '2.0.5'
# Misc # Misc
gem 'sneakers', '2.12.0' gem 'sneakers', '2.12.0'
......
...@@ -96,7 +96,7 @@ GEM ...@@ -96,7 +96,7 @@ GEM
aws-sigv4 (1.10.1) aws-sigv4 (1.10.1)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0) base64 (0.2.0)
batch-loader (2.0.1) batch-loader (2.0.5)
bigdecimal (3.1.8) bigdecimal (3.1.8)
bootstrap (4.6.2) bootstrap (4.6.2)
autoprefixer-rails (>= 9.1.0) autoprefixer-rails (>= 9.1.0)
...@@ -397,7 +397,7 @@ DEPENDENCIES ...@@ -397,7 +397,7 @@ DEPENDENCIES
actionpack-cloudflare (= 1.1.0) actionpack-cloudflare (= 1.1.0)
active_model_serializers (= 0.10.13) active_model_serializers (= 0.10.13)
aws-sdk-s3 (= 1.113.0) aws-sdk-s3 (= 1.113.0)
batch-loader (= 2.0.1) batch-loader (= 2.0.5)
bootstrap (= 4.6.2) bootstrap (= 4.6.2)
bunny-mock (= 1.7.0) bunny-mock (= 1.7.0)
delayed_job_active_record (= 4.1.7) delayed_job_active_record (= 4.1.7)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment