You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
As this gem has not been updated in ~6 years ... I forked it and made the one line change. This is my first time doing anything like this and unsure if I am doing this the right way, but it is working.
Not sure if i will find other issues ... but came across this as I upgraded to Ruby 3 (Rails 6.1.1), from Ruby 2.7 (Rails 5.2)
URI.escape is no longer supported. In my search I found that CGI.escape is a substitute; source: https://ruby-doc.org/stdlib-2.4.1/libdoc/uri/rdoc/URI/Escape.html
I have a pull request created.
As this gem has not been updated in ~6 years ... I forked it and made the one line change. This is my first time doing anything like this and unsure if I am doing this the right way, but it is working.
gem 'madmimi', :git => 'https://github.com/charlie-prezzano/madmimi-gem/'
The text was updated successfully, but these errors were encountered: