summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-12-03 14:40:03 -0800
committerStan Hu <stanhu@gmail.com>2018-12-03 16:07:56 -0800
commitbf72ccf6d32927391091b4d9f1c5df6ebff9d3f3 (patch)
tree687dac5d44669c15a88b891ef4d35e4782e8ad3e /Gemfile
parente0143e60c703d6c042479db4039c3f7ec440a383 (diff)
downloadgitlab-ce-sh-update-batch-loader.tar.gz
Update batch-loader gem to 1.2.2sh-update-batch-loader
Include's Douwe's performance enhancement to identify item by key object instead of key string representation: https://github.com/exAspArk/batch-loader/pull/27
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e37cadc128a..022f7e5dbcc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -298,7 +298,7 @@ gem 'gettext_i18n_rails', '~> 1.8.0'
gem 'gettext_i18n_rails_js', '~> 1.3'
gem 'gettext', '~> 3.2.2', require: false, group: :development
-gem 'batch-loader', '~> 1.2.1'
+gem 'batch-loader', '~> 1.2.2'
# Perf bar
gem 'peek', '~> 1.0.1'