1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Avoid dalli 2.7.7 for now

It's causing a test to fail.
Ref: https://travis-ci.org/rails/rails/jobs/353758855#L1433-L1501
This commit is contained in:
yuuji.yaginuma 2018-03-15 21:03:06 +09:00
parent 8fc2b519d6
commit 63ec63ca8c
2 changed files with 2 additions and 2 deletions

View file

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

View file

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