From 90b90177120a01479a370a79e18fa8194b7c6bf4 Mon Sep 17 00:00:00 2001 From: Syphax bouazzouni Date: Fri, 14 Feb 2025 05:55:18 +0100 Subject: [PATCH] Update deploy.yml to use ruby 3.1.0 --- .github/workflows/deploy.yml | 2 +- Capfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d9af054d..0eb08341 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.8 # Not needed with a .ruby-version file + ruby-version: 3.1.0 # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: get-deployment-config uses: actions/checkout@v3 diff --git a/Capfile b/Capfile index 3bf9ae11..7ecc995c 100644 --- a/Capfile +++ b/Capfile @@ -16,7 +16,7 @@ install_plugin Capistrano::SCM::Git # https://github.com/capistrano/rails # # require 'capistrano/rvm' -require 'capistrano/rbenv' +# require 'capistrano/rbenv' # require 'capistrano/chruby' require 'capistrano/bundler' # require 'capistrano/rails/assets'