From 7827bcf37e47b0bd5bbdf9721728c4638755fbf9 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 11 Apr 2018 17:44:42 +0900 Subject: [PATCH] Unlock dalli version The issue was fixed with https://github.com/petergoldstein/dalli/pull/679, and a new version containing that fix was released. --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3b7a471333..5fd0f08a79 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ group :doc do end # Active Support. -gem "dalli", ">= 2.2.1", "< 2.7.7" +gem "dalli", ">= 2.2.1" gem "listen", ">= 3.0.5", "< 3.2", require: false gem "libxml-ruby", platforms: :ruby gem "connection_pool", require: false diff --git a/Gemfile.lock b/Gemfile.lock index fa40031dab..25ddc97cb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,7 +191,7 @@ GEM crass (1.0.4) curses (1.0.2) daemons (1.2.6) - dalli (2.7.6) + dalli (2.7.8) dante (0.2.0) declarative (0.0.10) declarative-option (0.1.0) @@ -510,7 +510,7 @@ DEPENDENCIES chromedriver-helper coffee-rails connection_pool - dalli (>= 2.2.1, < 2.7.7) + dalli (>= 2.2.1) delayed_job delayed_job_active_record google-cloud-storage (~> 1.8) -- GitLab