bump inst_access gem to 0.4.2
refs QUIZ-12952 flag=none test plan: - requests through to quizzes still work. ie: /api/quiz/v1/courses/1/quizzes Change-Id: I88d051619030714fdf3d4edf8679a101ca0cc036 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/337217 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Weston Dransfield <wdransfield@instructure.com> QA-Review: Weston Dransfield <wdransfield@instructure.com> Product-Review: Weston Dransfield <wdransfield@instructure.com> Build-Review: Aaron Ogata <aogata@instructure.com>
This commit is contained in:
parent
e0b90383b9
commit
9469d58e39
|
@ -61,7 +61,7 @@ gem "diplomat", "~> 2.6", require: false
|
|||
gem "ims-lti", "~> 2.3", require: "ims"
|
||||
gem "rrule", "~> 0.5", require: false
|
||||
|
||||
gem "inst_access", "~> 0.4"
|
||||
gem "inst_access", "0.4.2"
|
||||
gem "inst_statsd", "~> 3.0"
|
||||
gem "inst-jobs", "~> 3.1"
|
||||
gem "inst-jobs-autoscaling", "2.1.1"
|
||||
|
|
|
@ -636,7 +636,7 @@ GEM
|
|||
inst-jobs-statsd (3.0.2)
|
||||
inst-jobs (>= 3.1.1, < 4.0)
|
||||
inst_statsd (~> 3.0)
|
||||
inst_access (0.4.1)
|
||||
inst_access (0.4.2)
|
||||
activesupport (>= 5)
|
||||
json-jwt (~> 1.13)
|
||||
inst_statsd (3.0.4)
|
||||
|
@ -1244,7 +1244,7 @@ DEPENDENCIES
|
|||
inst-jobs (~> 3.1)
|
||||
inst-jobs-autoscaling (= 2.1.1)
|
||||
inst-jobs-statsd (~> 3.0)
|
||||
inst_access (~> 0.4)
|
||||
inst_access (= 0.4.2)
|
||||
inst_statsd (~> 3.0)
|
||||
irb (~> 1.7)
|
||||
json-jwt (~> 1.13)
|
||||
|
|
Loading…
Reference in New Issue