-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bundle Update on 2017-12-15 * Resolve issues with rubocop breaking build [Deppbot](https://www.deppbot.com/) has updated rubocop and this has caused a break in the build due to new errors being found. The one cop we have had to disable is `Style/FormatStringToken` which was introduced in 0.49.0. <rubocop/rubocop#3438> The only issue its highlighting in the code is `strftime()`, and we feel the way we are using it is as expected so are choosing to disable this cop for now. * Update FactoryGirl to FactoryBot The people behind ThoughtBot have decided to change the name of this gem, which breaks build if we don't rename it in our code. This change updates the gem and the code to use the new name. * Fix error following rubocop change We didn't implement a rubocop fix properly. This change corrects that mistake. * Update flood_risk_engine to latest
- Loading branch information
1 parent
03c59a8
commit 0838e5d
Showing
6 changed files
with
111 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.