module Bundler::ForcePlatform

def default_force_ruby_platform

def default_force_ruby_platform
  return false unless RUBY_ENGINE == "truffleruby"
  !Gem::Platform::REUSE_AS_BINARY_ON_TRUFFLERUBY.include?(name)
end