From 93700f91e78365aa94381797cd4956c9cf017bad Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 20 Mar 2014 23:29:09 -0700 Subject: [PATCH] Update history to reflect merge of #2160 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index d20e33d1..6b949228 100644 --- a/History.markdown +++ b/History.markdown @@ -100,6 +100,7 @@ * Re-align the tables in Cucumber (#2108) * Trim trailing spaces and convert tabs to spaces (#2122) * Fix the failing Travis scenarios due to Cucumber issues (#2155) + * Wrap `bundle install` in `travis_retry` to retry when RubyGems fails (#2160) ### Site Enhancements * Document Kramdown's GFM parser option (#1791)