Skip to content

Commit 861c9bd

Browse files
author
Jaymala Sinha
committed
Pin rugged to 0.27 as it breaks windows verification
Signed-off-by: Jaymala Sinha <[email protected]>
1 parent 1febd9e commit 861c9bd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.expeditor/buildkite/verify.ps1

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ $Env:path += ";C:\Program Files\CMake\bin"
1111

1212
echo $Env:path
1313

14-
which cmake
15-
1614
ruby -v
1715
bundle --version
1816

.expeditor/verify.pipeline.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
steps:
22
- label: ":linux: :ruby:"
33
commands:
4+
- ruby --version
5+
- bundler --version
46
- bundle install
57
- bundle exec rake
68
expeditor:

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
source "https://rubygems.org"
1919

20+
gem "rugged", "= 0.27" # Pin rugged to 0.27 as it breaks on windows https://github.com/libgit2/rugged/issues/791
2021
gemspec
2122

2223
group :development do

0 commit comments

Comments
 (0)