Skip to content

Commit f388a77

Browse files
try manually installing ruby 2.7.2
1 parent 1ee4b44 commit f388a77

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.6
1+
2.7.2

cicd/3-app/javabuilder/pr-buildspec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ phases:
66
java: corretto11
77
python: 3.8
88
commands:
9-
- echo $RBENV_VERSION
109
- rbenv versions
10+
# downgrade from 2.7.6 or whatever runtime got installed
11+
- rbenv install 2.7.2
1112
- rbenv rehash
1213
- ruby -v
1314
- gem install bundler

0 commit comments

Comments
 (0)