mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
6 lines
150 B
Ruby
Executable file
6 lines
150 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require_relative "../bundler/support/activate"
|
|
|
|
load File.expand_path("bundle", Spec::Path.exedir)
|