Skip to content

rails: match the revision format from omnibus

Jason Plum requested to merge charts/1660-rails-match-revision-format into master

Geo uses the revision string to calculate "matching" versions. Omnibus uses a revision string 11 characters, but we were using 8. Align them, so Geo is happy.

Merge request reports