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:
parent
8de00d186a
commit
e771143fcd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue