Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix redis-activesupport with ActiveSupport 7.1.1
Otherwise you'll see test failures like, eg, ``` NoMethodError: undefined method `present?' for 2:Integer if options[:expires_in].present? && options[:race_condition_ttl].present? && options[:raw].blank? ^^^^^^^^^ /Users/jon/.gem/ruby/p0vc9077im6p4r2hwmjldm9qjdksn06v-ruby-3.1.4/gems/redis-activesupport-5.3.0/lib/active_support/cache/redis_store.rb:82:in `block in write' ```
- Loading branch information