-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support ruby 3.1 and keep old versions #15
base: master
Are you sure you want to change the base?
Conversation
I know about #10. Difference is that my version keeps support for old versions as well |
@dball Please merge this. This PR will make this gem support newer versions of ruby. |
I need this PR merged. Can someone please merge it? I get the following error without this fix. NameError: uninitialized class variable @@schemes in URI
/Users/ash/.rbenv/versions/3.3.1/lib/ruby/gems/3.3.0/gems/data_uri-0.1.0/lib/data_uri/uri.rb:64:in `<module:URI>' |
Planning to release a new gem with similar name just to let people use it with newer uri versions (required by rails 8) |
Released a beta |
No description provided.