File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -23,15 +23,6 @@ matrix:
2323install :
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
You can’t perform that action at this time.
0 commit comments