Skip to content

Commit cef3e89

Browse files
authored
Merge pull request #868 from michaeltlombardi/modsync
(maint) modulesync cd884db Remove AppVeyor OpenSSL update on Ruby 2.4
2 parents 4a00c41 + edad1de commit cef3e89

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.gitignore

+1-1
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

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

0 commit comments

Comments
 (0)