update rspec to 3.10
Change-Id: I2ed1c14b3e67040adf8a2f402bb89d11ac3a2e23 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/270203 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Simon Williams <simon@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
parent
4d2e66383c
commit
9337d5f77f
|
@ -31,13 +31,13 @@ group :test do
|
|||
gem 'puma', '5.2.2', require: false
|
||||
|
||||
gem 'db-query-matchers', '0.10.0'
|
||||
gem 'rspec', '3.9.0'
|
||||
gem 'rspec', '3.10.0'
|
||||
gem 'rspec_around_all', '0.2.0'
|
||||
gem 'rspec-rails', '4.0.1'
|
||||
gem 'rspec-collection_matchers', '1.2.0'
|
||||
gem 'rspec-support', '3.9.2'
|
||||
gem 'rspec-expectations', '3.9.0'
|
||||
gem 'rspec-mocks', '3.9.1'
|
||||
gem 'rspec-support', '3.10.2'
|
||||
gem 'rspec-expectations', '3.10.1'
|
||||
gem 'rspec-mocks', '3.10.2'
|
||||
gem 'shoulda-matchers', '4.3.0'
|
||||
|
||||
gem 'rubocop-canvas', require: false, path: 'gems/rubocop-canvas'
|
||||
|
|
Loading…
Reference in New Issue