Skip to content
Snippets Groups Projects
Commit a7e9490d authored by Stan Hu's avatar Stan Hu
Browse files

Merge branch 'sh-fix-ruby-2-1' into 'master'

Fix Hash syntax to work for both Ruby 2.1 and 2.3

Ruby 2.1 specs were failing (e.g. https://gitlab.com/gitlab-org/gitlab-ce/builds/5149275) due the error:

```
SyntaxError: /builds/gitlab-org/gitlab-ce/app/views/devise/shared/_tabs_normal.html.haml:3: syntax error, unexpected ':', expecting =>
...'#login-pane', data: {'toggle':'tab'}, role: 'tab')).to_s));...
```

See merge request !6917
parents 4ea3e617 fa25f61d
Branches
Tags
1 merge request!6917Fix Hash syntax to work for both Ruby 2.1 and 2.3
Pipeline #