Bump parallel

Change-Id: I79cbfabf43ecdb9e0247343bdab951baf32ae986
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/287964
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Jacob Burroughs <jburroughs@instructure.com>
Product-Review: Jacob Burroughs <jburroughs@instructure.com>
Reviewed-by: Aaron Ogata <aogata@instructure.com>
This commit is contained in:
Jacob Burroughs 2022-03-24 14:41:36 -05:00
parent 2628d3675e
commit 6f373aa3c7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
# these gems are separate from test.rb so that we can treat it as a dedicated
# Gemfile for script/rlint, and it will run very quickly
gem "parallel", "1.21.0", require: false # dependency of rubocop and canvas
gem "parallel", "1.22.0", require: false # dependency of rubocop and canvas
gem "ruby-progressbar", "1.11.0", require: false # used to show progress of S3Uploader
gem "regexp_parser", "1.8.2", require: false # dependency of rubocop and several other gems