Skip to content

Commit d442562

Browse files
schneemsCaseyFaist
authored andcommitted
Add retry gem
1 parent ce14e1e commit d442562

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ source "https://rubygems.org"
22

33
gem "rspec"
44
gem "heroku_hatchet"
5+
gem 'rspec-retry'

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ GEM
4848
rspec-mocks (3.8.0)
4949
diff-lcs (>= 1.2.0, < 2.0)
5050
rspec-support (~> 3.8.0)
51+
rspec-retry (0.6.1)
52+
rspec-core (> 3.3)
5153
rspec-support (3.8.0)
5254
thor (0.20.0)
5355
thread_safe (0.3.6)
@@ -61,6 +63,7 @@ PLATFORMS
6163
DEPENDENCIES
6264
heroku_hatchet
6365
rspec
66+
rspec-retry
6467

6568
BUNDLED WITH
6669
1.16.2

0 commit comments

Comments
 (0)