Skip to content

Commit 0535f85

Browse files
authored
Require Dalli 3 in our test suite
The code itself still works with Dailli 2, but we are now only testing against Dalli 3.
1 parent 6a1ee78 commit 0535f85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ group :doc do
5050
end
5151

5252
# Active Support
53-
gem "dalli"
53+
gem "dalli", ">= 3.0.1"
5454
gem "listen", "~> 3.3", require: false
5555
gem "libxml-ruby", platforms: :ruby
5656
gem "connection_pool", require: false

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ DEPENDENCIES
543543
capybara (>= 3.26)
544544
connection_pool
545545
cssbundling-rails
546-
dalli
546+
dalli (>= 3.0.1)
547547
debug (>= 1.1.0)
548548
delayed_job
549549
delayed_job_active_record

0 commit comments

Comments
 (0)