We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1327199 commit 2d4ae32Copy full SHA for 2d4ae32
1 file changed
.circleci/config.yml
@@ -233,7 +233,7 @@ jobs:
233
choco install ruby --allow-downgrade -y --version 2.5.3.101 # Keep version in sync with next command!
234
export PATH=/c/tools/ruby25/bin:$PATH # Make Ruby 2.5 take precedence over the pre-installed 2.6
235
ruby --version
236
- choco install msys2 --allow-downgrade -y --version 20200903.0.0
+ choco install msys2 --allow-downgrade -y --version 20210604.0.0
237
ridk.cmd exec pacman -S --noconfirm --needed base-devel mingw-w64-x86_64-toolchain
238
gem install bundler -v 1.17.3
239
rm Gemfile.lock && bundle install --path .bundle
0 commit comments