mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
10 lines
241 B
Ruby
10 lines
241 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative "switch_rubygems"
|
|
|
|
require_relative "rubygems_ext"
|
|
Spec::Rubygems.install_test_deps
|
|
|
|
require_relative "path"
|
|
$LOAD_PATH.unshift(File.expand_path("../../lib", __dir__)) if Spec::Path.ruby_core?
|