summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_resolver_git_specification.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2022-08-03 12:24:38 +0900
committerHiroshi SHIBATA <[email protected]>2022-08-03 13:14:10 +0900
commit71794a75db5d3da810146da106baf7eb5e86f745 ()
treec354ae515036c15a96a079712f3b7427c807be18 /test/rubygems/test_gem_resolver_git_specification.rb
parent8a1be433e8cac6ca5ded095f6fefbdc1009102b9 (diff)
Merge rubygems/bundler HEAD
Pick from https://.com/rubygems/rubygems/commit/8331e63263081a6aa690d8025d2957f30c4e814a
Notes: Merged: https://.com/ruby/ruby/pull/6209
-rw-r--r--test/rubygems/test_gem_resolver_git_specification.rb2
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ class TestGemResolverGitSpecification < Gem::TestCase
def test_install_extension
pend if Gem.java_platform?
- pend if /mswin/ =~ RUBY_PLATFORM && ENV.key?("_ACTIONS") # not working from the beginning
name, _, repository, = git_gem "a", 1 do |s|
s.extensions << "ext/extconf.rb"
end