Skip to content

Commit 10f8c78

Browse files
(maint) modulesync cd884db Remove AppVeyor OpenSSL update on Ruby 2.4
1 parent 77fb330 commit 10f8c78

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#This file is generated by ModuleSync, do not edit.Z
1+
# This file is generated by ModuleSync, do not edit.
22
*.iml
33
.*.sw[op]
44
.DS_Store

appveyor.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ matrix:
2323
install:
2424
- SET PATH=C:\Ruby%RUBY_VER%\bin;%PATH%
2525
- ps: |
26-
# AppVeyor appears to have OpenSSL headers available already
27-
# which msys2 would normally install with:
28-
# pacman -S mingw-w64-x86_64-openssl --noconfirm
29-
#
30-
if ( $(ruby --version) -match "^ruby\s+2\.4" ) {
31-
Write-Output "Building OpenSSL gem ~> 2.0.4 to fix Ruby 2.4 / AppVeyor issue"
32-
gem install openssl --version '~> 2.0.4' --no-ri --no-rdoc
33-
}
34-
3526
gem list openssl
3627
ruby -ropenssl -e 'puts \"OpenSSL Version - #{OpenSSL::OPENSSL_VERSION}\"; puts \"OpenSSL Library Version - #{OpenSSL::OPENSSL_LIBRARY_VERSION}\"'
3728
- bundle install --jobs 4 --retry 2 --without system_tests

0 commit comments

Comments
 (0)