1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/bundler/install/gemfile
David Rodríguez a782d76fbe [rubygems/rubygems] Fix pending Bundler specs
When testing under the ruby/ruby setup, mkmf.rb needs to the `$extout`
global variable set properly.

This is because, in this particular case, the `ruby.h` header needed to
compile extensions is constructed from
`$(extout)/include($arch)/ruby/config.h` but `$extout` is not set by
default.

I tried to fix this in mkmf.rb itself but I couldn't figure it. But
setting it externally to workaround the issue fixes the specs, so I'll
start with that. Also setting it externally causes issues when running
specs upstream against Ruby 2.3 (I guess because of some difference with
Ruby 2.3 mkmf.rb implementation). So I'm avoiding doing it on Ruby 2.3 to
woraround that.

https://github.com/rubygems/rubygems/commit/d782984585
2022-06-26 11:16:11 +09:00
..
eval_gemfile_spec.rb
gemspec_spec.rb Sync latest Bundler & RubyGems 2022-02-01 08:09:23 +09:00
git_spec.rb [rubygems/rubygems] Fix pending Bundler specs 2022-06-26 11:16:11 +09:00
groups_spec.rb Merge RubyGems and Bundler master 2022-02-28 11:39:20 +09:00
install_if_spec.rb [rubygems/rubygems] Remove lockfile_should_be helper 2021-11-12 06:05:07 +09:00
lockfile_spec.rb
path_spec.rb Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5 2022-04-28 19:08:49 +09:00
platform_spec.rb Sync RubyGems & Bundler with upstream repo 2022-06-24 10:52:02 +09:00
ruby_spec.rb [rubygems/rubygems] Remove the rest of the RUBY_VERSION monkeypatching 2021-12-27 10:45:36 +09:00
sources_spec.rb [rubygems/rubygems] Skip duplicated dependency warning for gemspec dev deps 2022-06-01 00:14:31 +09:00
specific_platform_spec.rb [rubygems/rubygems] Improve errors a bit more 2021-12-17 16:35:20 +09:00