Skip to content

Conversation

@benaitcheson
Copy link

Summary

This PR replaces the rinku gem with rails_autolink to enable compatibility with Ruby 3.4+.

rinku is a C extension that doesn't compile on newer Ruby versions, blocking upgrades. rails_autolink is a pure Ruby alternative that provides the same auto_link functionality.

Changes

  • Replace rinku dependency with rails_autolink in gemspec
  • Update engine.rb to require rails_autolink
  • Update views to use auto_link helper instead of Rinku.auto_link

rinku is a C extension that blocks Ruby 3.4+ compatibility.
rails_autolink is a pure Ruby alternative that provides the same
auto_link functionality.

Changes:
- Replace rinku dependency with rails_autolink in gemspec
- Update engine.rb to require rails_autolink
- Update views to use auto_link helper instead of Rinku.auto_link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant