mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-04-09 06:27:49 +09:00
Bump Redis
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -9,7 +9,7 @@ gem "benchmark"
|
||||
|
||||
# Drivers
|
||||
gem "sqlite3"
|
||||
gem "redis", "~> 4.0"
|
||||
gem "redis", "~> 5.0"
|
||||
|
||||
# Deployment
|
||||
gem "puma", "~> 6.6"
|
||||
|
||||
@@ -288,7 +288,10 @@ GEM
|
||||
erb
|
||||
psych (>= 4.0.0)
|
||||
tsort
|
||||
redis (4.8.1)
|
||||
redis (5.4.1)
|
||||
redis-client (>= 0.22.0)
|
||||
redis-client (0.26.1)
|
||||
connection_pool
|
||||
redis-namespace (1.11.0)
|
||||
redis (>= 4)
|
||||
regexp_parser (2.11.3)
|
||||
@@ -425,7 +428,7 @@ DEPENDENCIES
|
||||
puma (~> 6.6)
|
||||
rails!
|
||||
rails_autolink
|
||||
redis (~> 5.4)
|
||||
redis (~> 5.0)
|
||||
resque (~> 2.7.0)
|
||||
resque-pool (~> 0.7.1)
|
||||
rqrcode
|
||||
|
||||
Reference in New Issue
Block a user