mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
9 lines
241 B
Ruby
9 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?
|