module Bundler

def ruby_version

def ruby_version
  @ruby_version ||= SystemRubyVersion.new
end