mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Allow any version of dalli less them 2.7.7
This commit is contained in:
parent
09656debe6
commit
fab6ded8f2
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue