Skip to content

Commit

Permalink
ruby ver for buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 16, 2024
1 parent a7e14e1 commit 49e3aa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/main/ruby/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.3
3.2.4

0 comments on commit 49e3aa3

Please sign in to comment.