From 49e3aa3f890a6c0eea3ae4ccf3752d27fd2e9cbc Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Fri, 16 Aug 2024 16:21:57 -0700 Subject: [PATCH] ruby ver for buildspec --- buildspec.yml | 8 -------- src/main/ruby/.ruby-version | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index ed8d67f..3901e63 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -5,14 +5,6 @@ version: 0.2 # - Provide minimal github credentials to access public repo phases: - install: - runtime-versions: - ruby: 3.2.3 - commands: - - rebenv versions - - echo Installing Bundler... - - gem install bundler - - bundle install pre_build: on-failure: ABORT commands: diff --git a/src/main/ruby/.ruby-version b/src/main/ruby/.ruby-version index b347b11..351227f 100644 --- a/src/main/ruby/.ruby-version +++ b/src/main/ruby/.ruby-version @@ -1 +1 @@ -3.2.3 +3.2.4