-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Good day @kwatch ,
erubis
is a dependency of Rails 3, 4, 5.0 [1][2][3]
When we install the Rails, erubis
is used.
However when we install rails5.1
, erubi
is used instead of erubis
[4][5]
erubi
is a fork version of erubis
.
But I think that we still need to maintain erubis
for the users to use Rails 3, 4, 5.0.
So, I think that it's time to add co-maintainer newly.
Are there any people who are happy to maintain this?
I am happy to be maintainer of erubis
.
I want to merge current PRs to fix tests for Rubies, and improve the development environment running Travis CI.
[1] https://github.com/junaruga/rails-install-tester/blob/master/rails/3.2.22.5/bundle_list.txt#L11
[2] https://github.com/junaruga/rails-install-tester/blob/master/rails/4.2.8/bundle_list.txt#L13
[3] https://github.com/junaruga/rails-install-tester/blob/master/rails/5.0.2/bundle_list.txt#L14
[4] https://rubygems.org/gems/erubi
[5] https://github.com/junaruga/rails-install-tester/blob/master/rails/5.1.0.rc1/bundle_list.txt#L14