Bug while deploying Rails application

Hello Everyone

I am new to Render. I am trying to deploy a Rails application. I followed the official guide. I think there is a bug during the deployment process. I use ruby version 3.1.2. Render detects that it needs to download the version I use. The link that Render uses to download the Ruby version has a space, as you can see here:

When I visit this link, I get an empty page with a 404 error

But if I removed %0D from the link it will download ruby-3.1.2.tar.xz

Thanks in advance. I am waiting for your help.

Hi there,

It would appear you have a line break in your .ruby-version after the 3.1.2 - if you remove this it will work.

Regards,

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.