aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-04-11 16:52:10 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-04-11 16:52:10 +0900
commit5bca1f2167709162aa4eb24ef6652cb7de765b74 (patch)
tree06e66fa905d5f543e5185db92bb028439df19b53 /Gemfile
parent76c9498eb1a83ad2da17044e850eb7bab212d399 (diff)
downloadrails-5bca1f2167709162aa4eb24ef6652cb7de765b74.tar.gz
rails-5bca1f2167709162aa4eb24ef6652cb7de765b74.tar.bz2
rails-5bca1f2167709162aa4eb24ef6652cb7de765b74.zip
Unlock dalli version
The issue was fixed with https://github.com/petergoldstein/dalli/pull/679, and a new version containing that fix was released.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 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