Skip to content

Commit

Permalink
Hardcode bundler version for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Apr 20, 2022
1 parent 63e5ff1 commit 8bcaca1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ environment:

install:
- set PATH=C:\Ruby%RUBY_VERSION%-x64\bin;%PATH%
- set BUNDLER_VERSION=2.2.30
- gem install bundler -v %BUNDLER_VERSION%
- bundle config --local path vendor/bundle
- bundle install

Expand Down

0 comments on commit 8bcaca1

Please sign in to comment.