diff --git a/Gemfile b/Gemfile index 0e6cc50285c..b5c30fdea06 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index f45291133c8..1e845775bc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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