From e6659a0a18c98f407fbbda5d2d42c467e81742f1 Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Fri, 16 Aug 2024 16:21:44 -0700 Subject: [PATCH] ruby ver for buildspec --- .ruby-version | 2 +- buildspec.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index b347b11ea..351227fca 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.3 +3.2.4 diff --git a/buildspec.yml b/buildspec.yml index f8ad60f44..3526a1e5f 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -21,8 +21,8 @@ phases: build: on-failure: ABORT commands: - # disable the following to see if build speed improves - - rbenv versions + # 3.2.4 is required + #- rbenv versions #- bundle install #- bundle exec rubocop