Ruby 2.7.4 is not working

When upgrading two sites to Ruby 2.7.4, we see them both fail with the following error message (after Ruby is successfully installed):

Jul 9 10:35:29 AM >>> Removing /tmp/ruby-2.7.4.tar.xz …
Jul 9 10:35:29 AM >>> Removing /tmp/ruby-2.7.4 …
Jul 9 10:35:29 AM >>> Successfully installed ruby 2.7.4 into /opt/render/project/rubies/ruby-2.7.4
Jul 9 10:35:29 AM /opt/render/project/rubies/ruby-2.7.4/bin/ruby: File name too long
Jul 9 10:35:29 AM /home/render/ruby-installer.sh: line 70: /usr/local/bin/gem: Argument list too long
Jul 9 10:35:29 AM /home/render/ruby-installer.sh: line 81: /usr/local/bin/gem: Argument list too long
Jul 9 10:35:29 AM /home/render/colors.sh: line 3: /usr/bin/tput: Argument list too long

Thanks

Hey @parndt,

We’ve added 2.7.4 to our Ruby env so you should now be able to run your services with it.

2 Likes