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 @@ -25,15 +25,6 @@ matrix:
2525install :
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
You can’t perform that action at this time.
0 commit comments