aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index e350e31bd2..8b7075051f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -43,7 +43,7 @@ group :doc do
end
# Active Support.
-gem "dalli", "< 2.7.7"
+gem "dalli"
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 a2bd070515..23b668ac72 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -190,7 +190,7 @@ GEM
crass (1.0.3)
curses (1.0.2)
daemons (1.2.4)
- 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.7.7)
+ dalli
delayed_job
delayed_job_active_record
google-cloud-storage (~> 1.8)