Allow any version of dalli less them 2.7.7

This commit is contained in:
Rafael Mendonça França 2018-03-20 11:58:14 -04:00
parent 09656debe6
commit fab6ded8f2
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ group :doc do
end
# Active Support.
gem "dalli", "2.7.6"
gem "dalli", "< 2.7.7"
gem "listen", ">= 3.0.5", "< 3.2", require: false
gem "libxml-ruby", platforms: :ruby
gem "connection_pool", require: false

View File

@ -510,7 +510,7 @@ DEPENDENCIES
chromedriver-helper
coffee-rails
connection_pool
dalli (= 2.7.6)
dalli (< 2.7.7)
delayed_job
delayed_job_active_record
google-cloud-storage (~> 1.8)