gitlab-org--gitlab-foss/changelogs/unreleased/lib-api-frozen-string-enable.yml
gfyoung 3836d69119 Enable frozen string in lib/api and lib/backup
Partially addresses #47424.

Had to make changes to spec files because
stubbing methods on frozen objects is a mess
in RSpec and leads to failures:

https://github.com/rspec/rspec-mocks/issues/1190
2018-09-29 21:04:50 -07:00

5 lines
107 B
YAML

---
title: Enable frozen string in lib/api and lib/backup
merge_request:
author: gfyoung
type: performance