About ruby version used by concul app

I am trying to host this solution online for development perposes on a server which installs ruby 2.4 and rails 4.2.10 version, but the application in using ruby 2.6.6, is it possible to configure the app to use ruby 2.4 and rails 4.2.10 version instead?

Hi, @eyoussef :smile:.

Both Ruby 2.4 and Rails 4.2 are unsupported since support of Ruby 2.4 ended (April 2020) and Rails 6 was released (August 2019). CONSUL stopped using them shortly after that.

However, you can install RVM on the server and install Ruby 2.6.6 with it. I’d recommend you go that way.

1 Like