Skip to content

Commit c1a76f5

Browse files
pin ruby to latest codebuild version
1 parent 7daa269 commit c1a76f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ruby-version

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ phases:
77
python: 3.8
88
commands:
99
- rbenv versions
10-
# downgrade from default codebuild ruby runtime to the version we specify in .ruby-version
10+
# downgrade from default codebuild ruby runtime to the version we specify in .ruby-version, if different
1111
- rbenv install -s
1212
- ruby -v
1313
- gem install bundler

0 commit comments

Comments
 (0)