mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
810516ca31
commit
3006451f65
2 changed files with 4 additions and 0 deletions
|
@ -2022,6 +2022,8 @@ You may need to `bundle install` to install missing gems
|
||||||
ENV['SOURCE_DATE_EPOCH'] = old_epoch
|
ENV['SOURCE_DATE_EPOCH'] = old_epoch
|
||||||
end
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
def ruby_install_name(name)
|
def ruby_install_name(name)
|
||||||
with_clean_path_to_ruby do
|
with_clean_path_to_ruby do
|
||||||
orig_RUBY_INSTALL_NAME = RbConfig::CONFIG['ruby_install_name']
|
orig_RUBY_INSTALL_NAME = RbConfig::CONFIG['ruby_install_name']
|
||||||
|
|
|
@ -2259,6 +2259,8 @@ gem 'other', version
|
||||||
assert_kind_of(String, installer.gem)
|
assert_kind_of(String, installer.gem)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
def util_execless
|
def util_execless
|
||||||
@spec = util_spec 'z'
|
@spec = util_spec 'z'
|
||||||
util_build_gem @spec
|
util_build_gem @spec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue