Lock shoulda-context to 2.0.0rc4 (#910)

Minor changes that locks us on the 2.0.0 release candidate for
`shoulda-context`. This makes almost no difference to our test suite
except that it removes a long-standing warning for an assigned but
unused variable (which is our last warning!).

See more context here:
https://github.com/thoughtbot/shoulda-context/issues/57#issuecomment-610702695

Co-authored-by: Brandur <brandur@brandur.org>
This commit is contained in:
Brandur 2020-04-07 21:03:28 -07:00 committed by GitHub
parent 1a20c2476d
commit 0508aa92ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,10 @@ group :development do
gem "mocha", "~> 0.13.2"
gem "rack", ">= 2.0.6"
gem "rake"
gem "shoulda-context"
# Update to 2.0.0 once it ships.
gem "shoulda-context", "2.0.0.rc4"
gem "test-unit"
# Version doesn't matter that much, but this one contains some fixes for Ruby