geerlingguy/ansible-role-ruby

Rubygems option removed from Ruby 2.5.x

Closed this issue · 0 comments

So some checks are failing, e.g.:

Traceback (most recent call last):
	1: from /usr/local/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
/usr/local/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- ubygems (LoadError)
which: no sass in (/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/bin)

See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890751#19

This commit removes the call to the dropped option '-rubygems' in ruby
2.5, makes the run of the testsuite verbose, and, drops the fixed seed,
again. This was introduced in 213d8513e32320b84584066069d0d78bc47f713f,
but now fixed upstream.

And also https://bbs.archlinux.org/viewtopic.php?id=233309