Require Dalli 3 in our test suite

The code itself still works with Dailli 2, but we are now only testing
against Dalli 3.
This commit is contained in:
Rafael Mendonça França 2021-10-14 17:48:04 +00:00 committed by GitHub
parent 6a1ee787a0
commit 0535f85aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ group :doc do
end
# Active Support
gem "dalli"
gem "dalli", ">= 3.0.1"
gem "listen", "~> 3.3", require: false
gem "libxml-ruby", platforms: :ruby
gem "connection_pool", require: false

View File

@ -543,7 +543,7 @@ DEPENDENCIES
capybara (>= 3.26)
connection_pool
cssbundling-rails
dalli
dalli (>= 3.0.1)
debug (>= 1.1.0)
delayed_job
delayed_job_active_record