enriclluelles/route_translator

Rails 6 support

jockee opened this issue · 2 comments

The Rails 6.0.0 beta1 was just released. Unsure whether routing was substantially.

Thanks for a great gem!

Thanks for the heads-up.

Forunately, I was testing this gem against rails-edge so it has been an easy upgrade.

Waiting for this build to pass before pushing 5.7.0 to rubygems

The Rails 6.0.0 beta2 was just released but this gem not support it

spec.add_runtime_dependency 'actionpack', '>= 5.0.0.1', '<= 6.0.0.beta1'
spec.add_runtime_dependency 'activesupport', '>= 5.0.0.1', '<= 6.0.0.beta1'