cloudfoundry-incubator / admin-ui

Need new main contributor - An application for viewing Cloud Foundry metrics and operations data.
Apache License 2.0
71 stars 44 forks source link

Support for Ruby > 2.4.2 #186

Closed paolostivanin closed 6 years ago

paolostivanin commented 6 years ago

Hello, we are deploying admin-ui as a CF application and, therefore, we are using the ruby-buildpack to deploy and run admin-ui. Starting from v1.7.18, supports for Ruby 2.4.2 was removed, meaning that we can no longer update the Ruby buildpack.

Do you have any plan to support a more recent Ruby version (eg 2.4.4)?

Thanks

rboykin commented 6 years ago

@paolostivanin Right now I am intentionally using the same level of ruby as the cloud controller: https://github.com/cloudfoundry/cloud_controller_ng/blob/master/.ruby-version

paolostivanin commented 6 years ago

Ok, I understand. Just for curiosity, do you plan to keep it that way or are you also planning to support newer version?

rboykin commented 6 years ago

@paolostivanin I plan on keeping the ruby level in sync with the cloud controller.

rboykin commented 6 years ago

@paolostivanin Perhaps this issue on the cloud controller will result in some movement there: https://github.com/cloudfoundry/cloud_controller_ng/issues/1176

rboykin commented 5 years ago

@paolostivanin Upgraded admin ui to use ruby 2.4.5 via commit https://github.com/cloudfoundry-incubator/admin-ui/commit/6fb23db8e71a055b2090e031cbb879ad692dae06

paolostivanin commented 5 years ago

Thanks!

Pinging @michaelgrifalconi since I'm no longer working there :)

michaelgrifalconi commented 5 years ago

Thank you for the great news! @paolostivanin @rboykin