URI.parser is deprecated and will be removed in Rails 6.2
trak3r opened this issue · 1 comments
trak3r commented
DEPRECATION WARNING: URI.parser is deprecated and will be removed in Rails 6.2.
Use `URI::DEFAULT_PARSER` instead. (called from cache_file at
.../lib/action_controller/caching/pages.rb:149)
pixeltrix commented
@trak3r I've pushed 1.2.4 of the gem which should remove this warning:
https://rubygems.org/gems/actionpack-page_caching/versions/1.2.4
Thanks for your report 👍🏻