mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-08 00:01:02 -05:00
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:
parent
1a20c2476d
commit
0508aa92ee
5
Gemfile
5
Gemfile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user