Skip to content

Fix deprecation warning in Dalli#82

Draft
andreslucena wants to merge 1 commit intomainio:mainfrom
andreslucena:fix/deprecation-warning-dalli
Draft

Fix deprecation warning in Dalli#82
andreslucena wants to merge 1 commit intomainio:mainfrom
andreslucena:fix/deprecation-warning-dalli

Conversation

@andreslucena
Copy link
Contributor

There were these kinds of warnings when running the specs:

DEPRECATION: :dalli_store will be removed in Dalli 3.0.
Please use Rails' official :mem_cache_store instead.
https://guides.rubyonrails.org/caching_with_rails.html

This PR fixes them.

There were these kinds of warnings when running the specs:

> DEPRECATION: :dalli_store will be removed in Dalli 3.0.
> Please use Rails' official :mem_cache_store instead.
> https://guides.rubyonrails.org/caching_with_rails.html
@ahukkanen
Copy link
Collaborator

Thanks @andreslucena !

There is already tests for the memcached store, so if you want to remove the DalliStore tests, could you remove the whole context?

Could you also rebase this PR against the develop branch?

@ahukkanen ahukkanen marked this pull request as draft May 13, 2022 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants