We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea658d commit 8d61d9dCopy full SHA for 8d61d9d
appveyor.yml
@@ -11,8 +11,9 @@ install:
11
- ps: Update-AppveyorBuild -Version "$(Get-Content $env:appveyor_build_folder\VERSION).$env:appveyor_build_number"
12
- ruby --version
13
- gem --version
14
- - gem install bcrypt --platform=ruby
15
- bundle install
+ - gem uninstall bcrypt
16
+ - gem install bcrypt --platform=ruby
17
build: off
18
test_script:
19
- powershell -File "%APPVEYOR_BUILD_FOLDER%\test\appveyor\dbsetup.ps1"
0 commit comments