We should follow GitHub Ruby Styleguide.
Strings section says:
Prefer double-quoted strings. Interpolation and escaped characters will always work without a delimiter change, and ' is a lot more common than " in string literals.
- bad name = 'Bozhidar'
- good name = "Bozhidar"
Version: unspecified
Severity: normal
Whiteboard: gci2013 https://www.mediawiki.org/wiki/Google_Code-In#Candidate_tasks
URL: https://www.google-melange.com/gci/task/view/google/gci2013/5896231096156160