Skip to content

Use hashrocket for dasherized attribute

username-removed-128633 requested to merge 27203-fix-ruby21-broken-master into master

EE MR: gitlab-ee!1118

What does this MR do?

As usual, Ruby 2.1 doesn't like new hash syntax for string attributes, i.e. 'foo': 'bar', it wants 'foo' => 'bar'.

We might want to add a Rubocop for that because it's a failure we get from time to time...

Closes #27203 (closed)

Merge request reports