We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daa269 commit c1a76f5Copy full SHA for c1a76f5
.ruby-version
@@ -1 +1 @@
1
-2.7.2
+2.7.6
cicd/3-app/javabuilder/pr-buildspec.yml
@@ -7,7 +7,7 @@ phases:
7
python: 3.8
8
commands:
9
- rbenv versions
10
- # downgrade from default codebuild ruby runtime to the version we specify in .ruby-version
+ # downgrade from default codebuild ruby runtime to the version we specify in .ruby-version, if different
11
- rbenv install -s
12
- ruby -v
13
- gem install bundler
0 commit comments