From cf5f10b0d9b4e07e75e7f351968612c9306269db Mon Sep 17 00:00:00 2001 From: Alex Sorokoletov Date: Wed, 10 Jan 2024 01:42:23 -0500 Subject: [PATCH] chore: faraday is not working well with ruby 3, so we back on 2.7.7 --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b4c1ecf..be8a331 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -7,7 +7,7 @@ on: - pre env: - RUBY_VERSION: '3.0.6' # Define the Ruby version here + RUBY_VERSION: '2.7.7' # Define the Ruby version here jobs: build-and-push: