Skip to content

Commit 7e8cb9f

Browse files
committed
Lock Bundler to v2.3.26
This is the last version that supports Ruby 2.4 and 2.5.
1 parent c8111e6 commit 7e8cb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
command: |
113113
$Env:PATH = "C:\\Ruby<< parameters.ruby_version >>-x64\\bin;$Env:PATH"
114114
ridk install 2
115-
gem install bundler
115+
gem install bundler -v 2.3.26
116116
117117
- checkout
118118

0 commit comments

Comments
 (0)