Skip to content

Commit

Permalink
Temp appveyor.yml fix for bundler / rubygems update
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Jun 1, 2018
1 parent 266a736 commit 9c953d1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Expand Up @@ -28,6 +28,18 @@ init:
}
install:
# Temporary fix until Appveyor installs RubyGems 2.7.7
- ps: >-
if ($env:ruby_version -lt '25') {
gem uninstall bundler -x
Push-Location C:\
gem fetch rubygems-update -v 2.7.7
gem unpack rubygems-update-2.7.7.gem
Push-Location C:\rubygems-update-2.7.7
ruby setup.rb
Pop-Location
Pop-Location
}
- ps: >-
git submodule update --init --recursive
Expand Down

0 comments on commit 9c953d1

Please sign in to comment.