cthit / chalmersit-rails

Chalmers.it built with Rails
MIT License
4 stars 6 forks source link

Ruby version should be updated #396

Closed Portals closed 5 years ago

Portals commented 5 years ago

Right now globalize requires atleast 2.4.6, but .ruby-version only specifies 2.4.1.

Gem::InstallError: globalize requires Ruby version >= 2.4.6.

This is resolved in prod temporarily by changing .ruby-version locally.