bump moodle2cc to 0.2.41

test plan: the moodle backup zip file attached to the ticket
should import without failing

(note: this package references nonexistent objects; we are
simply skipping these instead of failing the import.)

fixes ADMIN-1027

Change-Id: I012c8b268af9a5e71267e1802ce363b83f6cf4ee
Reviewed-on: https://gerrit.instructure.com/149975
Reviewed-by: James Williams  <jamesw@instructure.com>
Reviewed-by: Carl Kibler <ckibler@instructure.com>
Tested-by: Jenkins
QA-Review: Mysti Sadler <mysti@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
This commit is contained in:
Jeremy Stanley 2018-05-11 09:19:50 -06:00
parent 8de00d186a
commit e771143fcd
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ Gem::Specification.new do |s|
s.test_files = Dir["spec_canvas/**/*"]
s.add_dependency "rails", ">= 3.2"
s.add_dependency "moodle2cc", "0.2.39"
s.add_dependency "moodle2cc", "0.2.41"
end