Add retry gem

This commit is contained in:
schneems
2018-08-16 14:16:28 -05:00
committed by Casey Faist
parent ce14e1edf8
commit d442562352
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -2,3 +2,4 @@ source "https://rubygems.org"
gem "rspec"
gem "heroku_hatchet"
gem 'rspec-retry'
+3
View File
@@ -48,6 +48,8 @@ GEM
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-retry (0.6.1)
rspec-core (> 3.3)
rspec-support (3.8.0)
thor (0.20.0)
thread_safe (0.3.6)
@@ -61,6 +63,7 @@ PLATFORMS
DEPENDENCIES
heroku_hatchet
rspec
rspec-retry
BUNDLED WITH
1.16.2