Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Debug child-process install issue on Ruby 2.2 and Windows #2771

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ else
gem 'ffi', '~> 1.11.0'
end

if RUBY_VERSION < '2.2.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
gem "childprocess", "< 1.0.0"
end
gem "childprocess", "< 1.0.0"

platforms :jruby do
if RUBY_VERSION < '1.9.0'
Expand Down
8 changes: 1 addition & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ version: "{build}"
branches:
only:
- main
- /.*-maintenance$/

# Disable normal Windows builds in favor of our test script.
build: off
Expand All @@ -20,7 +19,7 @@ cache:
install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- bundle config --local path vendor/bundle
- bundle install
- bundle install --verbose
- cinst ansicon

before_test:
Expand All @@ -33,10 +32,5 @@ test_script:

environment:
matrix:
- ruby_version: 200
- ruby_version: 21
- ruby_version: 22
- ruby_version: 23-x64
- ruby_version: 24-x64
- ruby_version: 25-x64
- ruby_version: 26-x64