Commit Graph

4 Commits

Author SHA1 Message Date
Carlos Antonio da Silva 05950880ba Add support for Ruby 3, drop support for Ruby < 2.5, remove I18nCache
I18nCache caused some issues upgrading to Ruby 3, and at the end of the
day I think it's more complexity to keep it around for a marginal gain.

I18n lookups can be expensive, yes, but for most this isn't going to be
a performance hit, and for those where it might be, consider looking at
I18n caching alternatives that aren't specific to these few places where
we had this caching, but to lookups across the board.

Closes #1721
Closes #1720
2021-01-19 22:43:48 -03:00
Carlos Antonio da Silva 19e739486c Update to Rails 6.1, drop support to Rails < 5.2 2021-01-19 22:38:01 -03:00
Carlos Antonio da Silva e0df1502fa Rename gemfiles 2021-01-19 22:23:25 -03:00
Carlos Antonio da Silva f0b412301b Move from travis to GitHub Actions 2021-01-19 22:21:23 -03:00