Bug#899067: Fixed by patching def loop to def sr_loop

2019-03-12 Thread Christian Schiffler
Apparently there is now a collision with some other GEM. Patched the internal def "loop" to "sr_loop". diff attached. Hope this helps Chris --- utils/addons_ruby.rb 2019-03-12 14:28:42.054424340 +0100 +++ utils/addons_ruby.rb 2019-03-12 14:26:47.553463725 +0100 @@ -59,7 +59,7 @@ list.each {

Bug#899067: Fixed by patching def loop to def sr_loop

2019-03-28 Thread Roland Hieber
Control: tag -1 + patch Thank you, that one helps! Although there are still a lot of deprecation warnings, but it's working, so I'll ignore that for now :) - Roland On Tue, 12 Mar 2019 14:34:47 +0100 Christian Schiffler wrote: > Apparently there is now a collision with some other GEM. > > Pa