From 4faed24d898a79b6f1387f23d34729ce12392ae4 Mon Sep 17 00:00:00 2001 From: Ashwini Sukale Date: Sat, 16 Dec 2023 13:15:06 +0530 Subject: [PATCH] Ruby 2.6 need bundler version 2.1.4 --- .github/workflows/release.yml | 2 +- .github/workflows/stage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29e8480..1e1ab21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: MYSQL_PORT: ${{ job.services.mysql.ports[3306] }} run: | cp .env.build .env - gem install bundler + gem install bundler -v 2.1.4 bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - name: Lint and Test diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 05a9707..3dbe172 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -30,7 +30,7 @@ jobs: MYSQL_PORT: ${{ job.services.mysql.ports[3306] }} run: | cp .env.build .env - gem install bundler + gem install bundler -v 2.1.4 bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - name: Lint and Test