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

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

Don't use Hash#slice since it's not supported in Ruby 2.1

There is currently a build failure in `master` and this MR fixes it. The issue was introduced by !6879.

The problem is that `Hash#slice` doesn't exists in Ruby 2.1. I've created an issue to take care of the other places we're using `Hash#slice`: #23590

See merge request !7025
parents 1b31867e b4359fb2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment