You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu compilation via github actions results in the following depreciation warning:
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecatedDoing `require 'backports'` is deprecated and will not load any backport in the next major release.Require just the needed backports instead, or 'backports/latest'./usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated/var/lib/gems/2.5.0/gems/fpm-1.11.0/lib/fpm/util.rb:29: warning: Insecure world writable dir /opt/hostedtoolcache/Python/3.6.11/x64/bin in PATH, mode 040777
Keep an eye on this, but unclear how to fix it. Might have to install a certain version of fpm instead of the whole thing. Let's wait and observe, fix it when it actually breaks. Updated version of fbs might solve issues like this as well.
The text was updated successfully, but these errors were encountered:
Ruby
Ubuntu compilation via github actions results in the following depreciation warning:
Keep an eye on this, but unclear how to fix it. Might have to install a certain version of
fpm
instead of the whole thing. Let's wait and observe, fix it when it actually breaks. Updated version offbs
might solve issues like this as well.The text was updated successfully, but these errors were encountered: