If it's of use to anyone else, I had a broken build due to bundler choking on this error - I edited my /usr/local/bin/bundle and added:
--- bundle 2018-06-20 16:07:50.742507869 +1200 +++ /usr/local/bin/bundle 2018-06-20 16:05:45.021007716 +1200 @@ -7,6 +7,8 @@ # require 'rubygems' +require 'yaml' +require 'rubygems/safe_yaml' version = ">= 0" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1777174 Title: 2.0.0.484-1ubuntu2.10 triggers uninitialized constant Gem::SafeYAML on calling gem2.0 install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ruby2.0/+bug/1777174/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
