From 67000003fa8591923ac44bb2f90cd9357fa27a04 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:45:19 -0300 Subject: [PATCH] Downgrade ruby version (#2098) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: George Araújo --- .github/workflows/axe.yml | 2 +- .github/workflows/broken-links-site.yml | 2 +- .github/workflows/deploy.yml | 2 +- .gitignore | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/axe.yml b/.github/workflows/axe.yml index 3e53bf4..82bbffb 100644 --- a/.github/workflows/axe.yml +++ b/.github/workflows/axe.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.2.2" bundler-cache: true - name: Update _config.yml ⚙️ uses: fjogeleit/yaml-update-action@main diff --git a/.github/workflows/broken-links-site.yml b/.github/workflows/broken-links-site.yml index 6ed5c2d..1e322b5 100644 --- a/.github/workflows/broken-links-site.yml +++ b/.github/workflows/broken-links-site.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.2.2" bundler-cache: true - name: Update _config.yml ⚙️ uses: fjogeleit/yaml-update-action@main diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9fabe63..69cb8e9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.2.2" bundler-cache: true - name: Update _config.yml ⚙️ uses: fjogeleit/yaml-update-action@main diff --git a/.gitignore b/.gitignore index 805ebc4..5cbbca2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,4 @@ _site .tweet-cache Gemfile.lock node_modules/ -vendor - +vendor \ No newline at end of file