diff options
Diffstat (limited to '.azure-pipelines/steps.yml')
-rw-r--r-- | .azure-pipelines/steps.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/steps.yml b/.azure-pipelines/steps.yml index fc644a90a1..d23c52b584 100644 --- a/.azure-pipelines/steps.yml +++ b/.azure-pipelines/steps.yml @@ -2,7 +2,7 @@ steps: - task: UseRubyVersion@0 inputs: - versionSpec: '= 2.4.5' + versionSpec: '= 2.4' - script: | ruby -v @@ -16,7 +16,7 @@ steps: displayName: 'work around readline crash (for https://github.com/bundler/bundler/issues/6902)' - script: | - git apply --ignore-space-change --ignore-whitespace .azure-pipelines\rbreadline.diff --directory=C:/hostedtoolcache/windows/Ruby/2.4.5/x64/lib/ruby/site_ruby --unsafe-paths + bash .azure-pipelines\patch_readline.sh displayName: 'patch local readline implementation (for https://github.com/bundler/bundler/issues/6907)' - script: | |