aarongustafson / jekyll-webmention_io

A Jekyll Plugin for rendering Webmentions via Webmention.io
https://aarongustafson.github.io/jekyll-webmention_io/
MIT License
139 stars 27 forks source link

Remove deprecated calls to URI.parse #150

Closed reiterate-app closed 3 years ago

reiterate-app commented 3 years ago

URI.parse is deprecated in Ruby 2.7+, replaced with URI::Parser.new Updated gemspec to require ruby 2.7+ Added kramdown to development dependencies so cucumber tests would run

aarongustafson commented 3 years ago

I kept having Ruby/Jekyll issues when upgrading my Mac, so I have moved off of Jekyll and will not be working on this project anymore, going forward. I am going to flag this as won’t fix, but leave it open in case someone else wants to pick up the project from here.

fancypantalons commented 3 years ago

Awesome, thank you @reiterate-app for your contribution!