Hi
We are running a project in an App Engine from several years ago. We are using flexible ruby. We have a .ruby-version file in our application directory, with version 2.6.3, but all the deployments we have tried today are ignoring the .ruby-version file, and they are installing the 2.7.5 ruby version, which fails as we have a dependencies problem. In the app.yaml we have:
env: flex
runtime: ruby
We have tested with runtime: ruby26, but always is using ruby 2.7.5, no matters which value we are using in runtime: ruby and in .ruby-version file
Thanks in advance
José Antonio Sánchez Ortiz