Upgrade stormbreaker to 0.0.8

flag=none

Test-plan:
- axe build still passes

Change-Id: I28fd178a0704fe1ba0e3b39d7a58f67862bd7e40
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/286678
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Kyle Rosenbaum <krosenbaum@instructure.com>
QA-Review: Brian Watson <bwatson@instructure.com>
Product-Review: Brian Watson <bwatson@instructure.com>
This commit is contained in:
Brian Watson 2022-03-09 09:43:52 -07:00
parent 77434345cc
commit 1145a30d2e
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ group :test do
gem "axe-core-selenium", "~> 4.1.0", require: false
gem "axe-core-rspec", "~> 4.1.0", require: false
gem "axe-core-api", "~> 4.1.0", require: false
gem "stormbreaker", "0.0.5", require: false
gem "stormbreaker", "0.0.8", require: false
# performance tools for instrumenting rspec tests
gem "stackprof"